Re: Access to HttpSession

2002-05-23 Thread Simon Tuffs
Tuffs" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 5:03 PM Subject: Re: Access to HttpSession > Unfortunately (as far as I can tell) there is no propagation of the current > MessageContext into a service when you're using a provider such as RPCP

Re: Access to HttpSession

2002-05-23 Thread Simon Tuffs
--- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 22, 2002 12:11 PM Subject: Re: Access to HttpSession > > Take a look at the MessageContext class in Axis. You can use the > following: > >MessageContext.getCurrentCont

Re: Access to HttpSession

2002-05-22 Thread Mark_Palmer
aig Servin cc: Subject: Access to HttpSession

Access to HttpSession

2002-05-22 Thread Craig Servin
Is there a way to get at the session data from a SOAP service written in Axis? Right now we do all of our authentication via some Filters that once you are authenticated put some objects to allow app level security queries into the HttpSession. It would be nice if we could reuse that same stru