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

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to