You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Craig Servin <cs...@ebenx.com> on 2002/05/22 20:46:57 UTC

Access to HttpSession

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 structure for SOAP 
services to find out what their capabilities are.

Thanks for any suggestions,

Craig