Re: Raw SOAP XML response

2016-11-07 Thread sanjib mondal
Hi , Please unsubscribe my email id from all the list of ais.apache.org. I have already informed this so many times but still i am getting email. If i get email next time then i need to proceed with legal procedure. Thanks Sanjeev On Thu, Nov 3, 2016 at 5:37 AM, Andreas Veithen wrote: > This

Re: Raw SOAP XML response

2016-11-02 Thread Andreas Veithen
This is by design. To avoid the overhead of building a complete DOM like representation of the message, Axis2 actually consumes the message (more specifically the content of the SOAP Body element) when converting it to a Java object. Once that is done, the original message can no longer be serializ

Re: Raw SOAP XML response

2016-11-02 Thread Martin Gainty
possible outdated version of axiom * In Axiom versions prior to 1.2.9, the sequence of events was inconsistent if the * underlying stream is XOP encoded and caching is disabled (see WSCOMMONS-485). * This made it necessary for the caller to (partially) handle the XOP processing