Re: Access XML Header/Body element in handlers

2010-06-09 Thread Prateek Asthana
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 wou

Access XML Header/Body element in handlers

2010-06-08 Thread Prateek Asthana
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 me