dev@jax-rpc.java.net

Http Sessions are not getting maintained..

From: Raj Krishnamurthy <raj.krishnamurthy_at_globalstar.com>
Date: Tue, 10 Jan 2006 09:45:45 -0800

hi,

I had a query regarding Http sessions in JAXRPC servlets.
I am using WSDL (Sun Java Studio Enterprise) and using the
JAX-RPC servlet endpoint. When I create a Web Service
client (a simple Java program), each method invocation
results in a new session id. I have set the "SESSION_MAINTAIN_PROPERTY"
on the client stub. Cookies and URL re-writing is enabled on
the application server. The SEI implementation also implements
the ServiceLifeCycle interface.

(I checked the source code in the CVS repository and cookies
are being "as needed" on the Http request).

But it's not working with my WSDL service/client. Any pointers
that you can send me is very much appreciated.

thanks,
Raj