AXIS2 |SOAP XML at Server Side

2009-02-19 Thread Appasamy Thirugnana
I need to print the SOAP request XML that is coming inside to access my webservice in Axis2. In skeleton we cant do that it seems. Can anyone tell me which file i need to do that Thanks Appasamy

Re: AXIS2 |SOAP XML at Server Side

2009-02-19 Thread Guo Tianchong
hi Appasamy, Please use SOAPMonitor. ref: http://ws.apache.org/axis2/1_4_1/soapmonitor-module.html Guo - Original Message - From: Appasamy Thirugnana To: axis-user@ws.apache.org Sent: Thursday, February 19, 2009 5:48 PM Subject: AXIS2 |SOAP XML at Server Side I need

Re: AXIS2 |SOAP XML at Server Side

2009-02-19 Thread keith chapman
In the skeleton you could do the following, MessageContext.getCurrentMessageContext().getEnvelope().serialize(System.out); Thanks, Keith. On Thu, Feb 19, 2009 at 3:18 PM, Appasamy Thirugnana athirugn...@sapient.com wrote: I need to print the SOAP request XML that is coming inside to access