You could use the Axis2 MessageContext to retrieve an AXIOM representation 
of the SOAPEnvelope. For example, something like
"org.apache.axiom.soap.SOAPEnvelope se = 
org.apache.axis2.context.MessageContext.getCurrentMessageContext
().getEnvelope();" may get you started.

Regards,
        Peter.


Lahoria <[EMAIL PROTECTED]> schrieb am 19.11.2007 22:07:18:

> 
> Hi There
> I am kinda new to SOAP and may be its very basic question but I am 
having
> hard time to find the answer:
> how to extract/retrieve SOAP XML from am incoming HttpRequest. I want to
> intercept the incoming SOAP call and do some processing. From the
> HttpRequest header I know there is a SOAP call as the SOAPAction is set 
and
> the content type of rquest are "text/xml".
> Any help/pointers would be really appreciated.
> Regards
> -- 
> View this message in context: http://www.nabble.com/SOAP-XML-from-
> HttpRequest-tf4839475.html#a13845400
> Sent from the Axis - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to