Hi Matt,
Once you do this:
> Element header =
context.getCurrentMessage().getHeader()
> //what do you do with the element here to access
specific SOAP
> headers, eg - 'user', 'pass'
You will have a JDom element. For my implementation I
had a schema for the element in the header and used
JDom to extract the info I needed. It is a little bit
of a PITA once you get the header to get the info you
need, but having it as a JDom element takes some pain
out of it. Also I added an outgoing message handler
to manipulate the soap header being returned to
additional info to the soap header.
Cheers,
Yogesh
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email