You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Appasamy Thirugnana <at...@sapient.com> on 2009/11/18 07:45:13 UTC

How to Print response XML in Axis1

In Axis2 we can print response SOAP xml using following line



org.apache.axiom.soap.SOAPEnvelope _returnEnv = _returnMessageContext.getEnvelope();

Sytem.out.Println(_returnEnv );

is there anyway we can do in Axis1?