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?

Reply via email to