hi, i am brazilian student and speak english very well. :D
my doubt is:

i want show only "xxxReturn" in the aplication..
my client is generated by wsdl2..  
i obtain xml response using:
-------------------------------------------
java.io.ByteArrayOutputStream baos = new java.io.ByteArrayOutputStream();
_call.getMessageContext().getMessage().writeTo(baos);
String XMLContents = new java.lang.String(baos.toByteArray(), "UTF-8");
System.out.println(XMLContents);
-----------------------------------------------

How i show only "xxxReturn" for example?
anyone can help-me?

--
View this message in context: 
http://www.nabble.com/show+a+method+return+in+xml+response-t1664824.html#a4511532
Sent from the Axis - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to