Re: AXIS2 session create, access, and invalidate

2007-09-27 Thread Thilina Gunarathne
p. > > Golam > > -Original Message- > From: Thilina Gunarathne [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 25, 2007 7:33 PM > To: axis-user@ws.apache.org > Subject: Re: AXIS2 session create, access, and invalidate > > Hi, > You will need to use som

RE: AXIS2 session create, access, and invalidate

2007-09-26 Thread Golam Chowdhury
ntext) { } public void destroy(ServiceContext serviceContext) { } Thanks very much for all your help. Golam -Original Message- From: Thilina Gunarathne [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 25, 2007 7:33 PM To: axis-user@ws.apache.org Subject: Re: AXIS2 session create, a

Re: AXIS2 session create, access, and invalidate

2007-09-25 Thread Thilina Gunarathne
Hi, You will need to use something like Axis2 transport sessions or SOAP session (which requires ws-addressing support in the client side).. Then you can store your authentication data in the Axis2 ServiceContext object. Following article will give you more information about Axis2 sessions. http:/