Actually I have created a server and the client stubs with the eclipse axis2 plugin, and the operation here is just fine. The client nicely parses the SOAP xml, gets the ns:return value and passed that through as valid XML. We do have a client however that wishes to directly have everything as XML in the soap message and be able to parse the DOM of the message at once.
Any hints or ideas would be greatly appreciated. Thanks Arlindo Luis Marcon Junior wrote: > > Hi,,, > > maybe you need a parser to transform your string in a XML object... > > or, may be the Axis Object Model, aka, AXIOM, can help you... > ... > > [/almjr] > > tomba escreveu: >> Hi, >> I have been trying to create a webservice with Axis2 that returns XML. I >> have however noticed that all this XML (I send it as a String in return) >> is >> entitised (so, < to < , > to > ). >> >> Is there a way I can prevent this from happening? >> >> Thanks in advance, >> Steven De Groote >> > > > -- > Arlindo Luis Marcon Junior > E-mail: [EMAIL PROTECTED] > Internet Web Page: http://lattes.cnpq.br/6483462042489662 > ICQ: 138864173 > Curitiba - ParanĂ¡ - Brasil > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Prevent-XML-from-being-entitised-in-return-value-tp16746020p16763423.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
