You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by St...@aon.com on 2002/02/04 16:30:48 UTC

Re: To obtain session details [Virus Checked]

According to this document (http://xml.apache.org/soap/faq/faq_chawke.html)
which is linked from the Apache-SOAP FAQ page (see section 2.38) if you add a
SOAPContext as the first parameter of your RPC function, the server will
populate it with a current SOAPContext. You can use this to get HttpSession,
HttpRequest/Response handles which you can use as usual to get any information
that a normal servlet would have.

S-






"Chandrashekhar B" <Bc...@novell.com> on 02/04/2002 08:06:54 AM

Please respond to soap-user@xml.apache.org

To:   soap-user@xml.apache.org
cc:    (bcc: Steve Salkin/3rd/US/AON)

Subject:  To obtain session details  [Virus Checked]


Hi All,

Is there a way for an application method or methods that have
registered into the SOAP server to know the session details, like if the
request has come over SSL or not, what is the authentication scheme used
by the web server, the domain from where the request came from etc.,  In
general, is there a way the SOAP server/servlet can pass some
information to its registered methods,

Thanks in advance,
Chandru.