Title: Message
What about non-axis (or for that matter non-java, ie .Net clients) and session management ?
-----Original Message-----
From: Volanis, Alexander [mailto:[EMAIL PROTECTED]]
Sent: 27. september 2002 16:48
To: '[EMAIL PROTECTED]'
Subject: RE: MessageContext.setMaintainSession

The correct way to enable session management is in your deploy.wsdd file. Add <parameter name="scope" value="Session"/> to your service deployment. To get the desired effect your clients have to enable session management as well. Use ((org.apache.axis.client.Stub) ws).setMaintainSession(true) where "ws" is your service client instance returned by the ServiceLocator class implementation in Axis client generated code terms.

Reply via email to