Re: [Axis2 v1.1] How can I get full XML from SOAP Request ?

2006-12-11 Thread John DeeBee
[EMAIL PROTECTED]> À: axis-user@ws.apache.org Objet: Re: [Axis2 v1.1] How can I get full XML from SOAP Request ? See if it helps if you call contexteMessage.getEnvelope().build() before you print it. -- dims On 12/8/06, John DeeBee wrote: > > Hi, > > I'm working on server-si

Re: [Axis2 v1.1] How can I get full XML from SOAP Request ?

2006-12-08 Thread Davanum Srinivas
See if it helps if you call contexteMessage.getEnvelope().build() before you print it. -- dims On 12/8/06, John DeeBee <[EMAIL PROTECTED]> wrote: Hi, I'm working on server-side from Axis2 v1.1 and I need to get the whole XML request in my WS skeleton (and after) to make other XML parsing and

Re: [Axis2 v1.1] How can I get full XML from SOAP Request ?

2006-12-08 Thread robert lazarski
It may be a bug that it doesn't give the full envelope - someone else may be able to comment and if not file a jira. However, the handler approach can work as the SOAPMonitor uses messageContext.getEnvelope().toString() . Look at the soapmonitor mar and SOAPMonitorHandler.java - the soapmonitor di

[Axis2 v1.1] How can I get full XML from SOAP Request ?

2006-12-08 Thread John DeeBee
Hi, I'm working on server-side from Axis2 v1.1 and I need to get the whole XML request in my WS skeleton (and after) to make other XML parsing and to log every message going in and out from my webapp. In Axis2 v1.0, I wrote a method called setOperationContext() in my skeleton which retireved the