--
Rommel.
- Original Message -
From:
Jim
Stafford
To: [EMAIL PROTECTED]
Sent: Wednesday, January 14, 2004 8:26
AM
Subject: Re: Accessing SOAP Message
Header
I believe you can use
http://ws.apache.org/axis/java/apiDocs/org/apache/axis/MessageConte
I believe you can use
http://ws.apache.org/axis/java/apiDocs/org/apache/axis/MessageContext.html#getCurrentContext()
to get the current MessageContext which will point you to just about
everything Axis knows about the message.
http://ws.apache.org/axis/java/apiDocs/org/apache/axis/MessageConte
Title: Message
Hi
all:
How can I access
to the header of a client request?? I mean, for example: my client always send
me some information and I don't need it like a parameter (for example a
sessionID). Clients are going to send that info as a header parameter. How can I
acces that info a