Re: AXIS2c Handling the multiple requests.

2008-06-22 Thread Dinesh Premalal
IIRC, once an user has implemented http session management using Axis2/C libcurl transport for his internal project. You may able to do same for your requirement. thanks, Dinesh -- http://nethu.org/

RE: AXIS2c Handling the multiple requests.

2008-06-22 Thread Shobha AC
Sent: Monday, June 23, 2008 10:39 AM To: Apache AXIS C User List Subject: Re: AXIS2c Handling the multiple requests. No, Axis2/C doesn't support that. Supun. On Sun, Jun 22, 2008 at 10:00 PM, Shobha AC <[EMAIL PROTECTED]> wrote: Hi, The URL http://www.developer.com/java/web/article.p

Re: AXIS2c Handling the multiple requests.

2008-06-22 Thread Supun Kamburugamuva
mailto:[EMAIL PROTECTED] > *Sent:* Saturday, June 21, 2008 7:50 PM > > *To:* Apache AXIS C User List > *Subject:* Re: AXIS2c Handling the multiple requests. > > > > Hi, > > AFAIK there isn't a mechanism for session management in Axis2/C. I think > this is a ni

RE: AXIS2c Handling the multiple requests.

2008-06-22 Thread Shobha AC
egards, Shobha _ From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] Sent: Saturday, June 21, 2008 7:50 PM To: Apache AXIS C User List Subject: Re: AXIS2c Handling the multiple requests. Hi, AFAIK there isn't a mechanism for session management in Axis2/C. I think this is a n

RE: AXIS2c Handling the multiple requests.

2008-06-21 Thread Manjula Peiris
id to be > exchanged as part of WSDL calls. > > > > Regards, > >Shobha > > > __ > From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] > Sent: Saturday, June

Re: AXIS2c Handling the multiple requests.

2008-06-21 Thread Supun Kamburugamuva
uest-response exchange there needs a session id to be > exchanged as part of WSDL calls. > > > > Regards, > >Shobha > -- > > *From:* Supun Kamburugamuva [mailto:[EMAIL PROTECTED] > *Sent:* Saturday, June 21, 2008 12:28 PM > *To:*

RE: AXIS2c Handling the multiple requests.

2008-06-21 Thread Shobha AC
exchanged as part of WSDL calls. Regards, Shobha _ From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] Sent: Saturday, June 21, 2008 12:28 PM To: Apache AXIS C User List Subject: Re: AXIS2c Handling the multiple requests. Hi, This is handled at the transport level. When a TCP

Re: AXIS2c Handling the multiple requests.

2008-06-20 Thread Supun Kamburugamuva
Hi, This is handled at the transport level. When a TCP connection (HTTP is the application layer protocol) is stabilized between the server and the client this get handled automatically. Also Axis2/C doesn't have any state information about the clients that are connected to it. It gets a request v