Please see the Wiki:

http://wiki.apache.org/ws/FrontPage/Axis/SessionSupport

On 4/29/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I'm a bit new to Axis and Web Programming in general.  I have done the very
> basics with Axis.
> 
> Looking for an example or pointers for something a bit more advanced than
> the user's guide gives.
> 
> I need to create a service that is session oriented. The reason is that I
> would like to have some data associated to a session so that I don't need to
> recreate it each time I call a method from a client application. I did find
> a hint about creating an interface with a "Session" scope (did that), and
> there was something I saw about setting a property on the call that directs
> it to maintain a session (I think, did that).
> 
> _call.setProperty(org.apache.axis.client.Call.SESSION_MAINTAIN_PROPERTY,
> Boolean.TRUE);
> 
> However, I honestly don't have a clue where to go from here or if these are
> even close to being the start of what I need to do.
> 
> If this is at all possible and these two things I did are even relevant, I
> haven't a clue how to set and get session stuff in the Axis framework from
> the context of the Server.
> 
> Any help would be greatly appreciated, but I like examples even better.
> Even directing me to some place that explains this is great too.
> 
>   Cliff
> 
> -----------------------------------------------------------------------
> Clifford Grimm
> Centera Integration Architect
> EMC Centera Engineering
> EMC� <http://www.emc.com/>
> Where Information Lives
> * Office: 508-249-5159 (toll free 877-362-2887 x45159)
> * Cell: 978-618-1336
> * Fax: 508-249-5495
> * E-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> *  Instant Messaging: [EMAIL PROTECTED]
> 
>

Reply via email to