RE: Axis2 1.1.1 session works fine in browser but doesn't work in Stub client.

2007-01-29 Thread Zhou, Sam
ession works fine in browser but doesn't work in Stub client. Hi ; SessionContext is the one which keep transport dependent session data , and that will be only created if the service is deployed in transport session. Thanks Deepal Sanjiva Weerawarana wrote: >H. I think your g

Re: Axis2 1.1.1 session works fine in browser but doesn't work in Stub client.

2007-01-28 Thread Deepal Jayasinghe
Hi ; SessionContext is the one which keep transport dependent session data , and that will be only created if the service is deployed in transport session. Thanks Deepal Sanjiva Weerawarana wrote: >H. I think your getSessionContext() should be modified to do >messageContext.getServiceContex

Re: Axis2 1.1.1 session works fine in browser but doesn't work in Stub client.

2007-01-26 Thread Sanjiva Weerawarana
H. I think your getSessionContext() should be modified to do messageContext.getServiceContext(). Can you see whether that works? I'm not sure what sessionContext is .. have to look around :(. Sanjiva. On Fri, 2007-01-26 at 13:59 -0500, Zhou, Sam wrote: > Hi, > > > > I developed the follo

RE: Axis2 1.1.1 session works fine in browser but doesn't work in Stub client.

2007-01-26 Thread Zhou, Sam
2:11 PM To: axis-user@ws.apache.org Subject: Re: Axis2 1.1.1 session works fine in browser but doesn't work in Stub client. Sam, Please create a bug report, there is a link there to upload a zip/tar. https://issues.apache.org/jira/browse/AXIS2 thanks, dims On 1/26/07, Zhou, Sam &l

Re: Axis2 1.1.1 session works fine in browser but doesn't work in Stub client.

2007-01-26 Thread Davanum Srinivas
Sam, Please create a bug report, there is a link there to upload a zip/tar. https://issues.apache.org/jira/browse/AXIS2 thanks, dims On 1/26/07, Zhou, Sam <[EMAIL PROTECTED]> wrote: Hi, I developed the following sample code using Axis 2 with session management. The service is very sim

Axis2 1.1.1 session works fine in browser but doesn't work in Stub client.

2007-01-26 Thread Zhou, Sam
Hi, I developed the following sample code using Axis 2 with session management. The service is very simple, it has a single method called plusone(). Whenever you call plusone() with session enabled, it will return counter++. The counter is initialized to 0 in init() and stored in session.