Hello friends,
 
I've implemented a webservice which works fine with Axis over Http. Now, I tried shifting the transport layer to JMS. It works fine during the first invocation. But, for all the later invocations, I find that the AxisServer interprets my request as being from a new session, and thus, the service works as if it were a new request.
 
Doesn't session management over multiple request/response work with Axis over JMS.
 
I used "call.setMaintainSession(true)", at the client side, and also included the parameter "scope = session", in the server-config.wsdd, that is used by the AxisServer.
 
Thanks in advance,
 
Suraj.

Reply via email to