Hi,
I am using ADB as data binding.
Try using the following, if you are using ADB:
String responseXml = MyResponse.getOMElement(
                    MyResponse.MY_QNAME, OMAbstractFactory
                    .getOMFactory()).toStringWithConsume();

Regards,
Shehan


-----Original Message-----
From: kapil pruthi [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 16 September 2008 3:15 PM
To: [email protected]
Subject: How to get Response XML from Axis stubs?

I have axis client stubs generated (using WSDL2Java) tool and able to
hit a web service. The response is retrieved in Response object which i
generated using WSDL2Java. Seems like Axis serialization is converting
XML to Java response objects.

My question is how to get a copy of that response XML now?






---------------------------------------------------------------------
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]

Reply via email to