How would you like to process the XML? If you would like to process the XML programmatically, you should use AXIOM. It's based on a pull parser that allows you to manipulate the XML message. If you would like to have Axis2 automatically convert the XML into Java objects for you, then you should use a data binding framework (ADB, JiBX, XMLBeans, etc). SPML is a fairly complex schema, so I recommend using XMLBeans.
In either case, you should use document style rather than RPC style. Anne On 9/12/07, Arlindo <[EMAIL PROTECTED]> wrote: > Hi All... > > I am trying use the SPML API for create the tags and elements of my xml > document ( its OK ), but when I try put it with Axis2 for the transport > ( call the stub ), the "server" cannot interpret the received message,,, > and give-me many exceptions in the tomcat console... ( in the > SoapMonitor the message send for the client looks fine ) > > Axis2 has many types for use ( RPC, AXIOM, XMLBEANS, etc,) and I am > confused what these is more compatible... > > Can one of yours give me a direction? please > > Many Thanks, > > Regards > Jr > > ( sorry my english ) > > > _______________________________________________________ > Yahoo! Mail - Sempre a melhor opção para você! > Experimente já e veja as novidades. > http://br.yahoo.com/mailbeta/tudonovo/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
