RE: how to implement session in axis

2002-05-16 Thread thomas . cherel
Title: RE: how to implement session in axis 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

RE: how to implement session in axis

2002-05-16 Thread Provencher, Samuel
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

RE: how to implement session in axis

2002-05-15 Thread Stickley, Jim
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. "Applicatio