Deploy the Web Service as *session* scope, Then the same instance will be used througout the session.
Currently the scope is *request*, where a new service insatnce is created for each method call Mahen On Fri, 27 Aug 2004 16:29:14 +0200, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Each time my web service is invoked, Axis creates a new instance of the > **SOAPBindingImpl class. > Is there a way to tell it do re-use the first instance created for all > subsequent invocations of the web service? > > much appreciated > wh >
