in my services.xml I have the attribute scope="TransportSession".
In my client I have this:
myServiceStub stub = new myServiceStub();
myServiceStub.MyMethod myServiceRequest = new myServiceStub .MyMethod();
myServiceRequest .setParameter(parameterValue);
stub._getServiceClient().getOptions().setManageSession(true);
But the session is not keeping.
It looks like the myService is getting instantiated for each call, and
not being held in a session.
What am I doing wrong?
Thanks in advance,
Jim
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]