Done.

Thanks,
Michele

Eran Chinthaka wrote:
> David Illsley wrote:
>> As far as I know you'll have to parse the document.
>> The wsa:Action element will be found in the SOAP Header so I'd expect that 
>> due to the wonders of AXIOM the whole document won't be parsed, just the 
>> first few elements.
> 
> Yep, you are correct.
> 
>> I'm not an expert on AXIOM/parsing though..
> 
> This is a hint of how you can get the Action header from the envelope
> from your handler.
> 
> msgContext.getEnvelope().getHeader().getFirstChildWithName(new
> QName("Action"))
> 
> Thanks,
> Eran Chinthaka
> 

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

Reply via email to