All,
In relation to the below, I understand that I will have to use the
SAAJ API to parse through header/body XML elements. The starting point
fo me could be:
MessageContext.getEnvelope() which returns a SOAPEnvelope object. Now
this object belongs to AXIOM API which imples that my parsing code
woudl be AXIOM specific. I have read at:
http://ws.apache.org/axis2/
that AXIS supports SAAJ specifications. Would it not mean that I can
have access to javax.xml.soap.* objects (for example
javax.xml.soap.SOAPBody, javax.xml.soap.SOAPEnvelope and so on).

How do I bridge this gap between AXIOM and SAAJ?  Any advise would be
appreciated.

Thanks,
Prateek


On Tue, Jun 8, 2010 at 11:05 PM, Prateek Asthana <[email protected]> wrote:
> I have read the logging handler example which shows the
> MessageContext.getEnvelope() method. I would like to take this step
> further and see the handlers be able to  parse the header ( or for
> that matter body)  XML message and take appropriate actions. Can
> someone suggest how I can parse this XML message header or body using
> XML API.
>
> Thanks,
> Prateek
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to