In the case of an HTTP transport, for axis, it means handling cookies.
-----Original Message-----
From: Provencher, Samuel [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 16, 2002 10:10 AM
To: '[EMAIL PROTECTED]'
Subject: RE: how to implement session in axis
I read this part too and it did solve a behavioral problem I was
experiencing, but it doesn't explain exactly what it means to be a
"session-enabled" client, this term is undefined.
-----Original Message-----
From: Stickley, Jim [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 15, 2002 1:24 PM
To: '[EMAIL PROTECTED]'
Cc: 'Pankaj Kambo'
Subject: RE: how to implement session in axis
This is a copy from the user guide defining WSDD options:
Scoped Services
Axis supports scoping service objects (the actual Java objects which
implement your methods) three ways. "Request" scope, the default, will
create a new object each time a SOAP request comes in for your service.
"Application" scope will create a singleton shared object to service all
requests. "Session" scope will create a new object for each session-enabled
client who accesses your service. To specify the scope option, you add a
<parameter> to your service like this (where "value" is request, session, or
application):
<service name="MyService"...>
<parameter name="scope" value="value"/>
...
</service>
Jim Stickley
Birch Telecom
(816) 300-6743
[EMAIL PROTECTED]
-----Original Message-----
From: Pankaj Kambo [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 13, 2002 4:08 AM
To: [EMAIL PROTECTED]
Subject: how to implement session in axis
Hi all
I need u'r help
I am calling my java Bean from C++ client through axis.
I want to maintain state between two c++ calls, so please tell me how to
maintain session in axis.
regards
Pankaj Kambo
