users@jax-rpc.java.net

Re: session management question

From: Mischa <yawningrascal_at_HOTMAIL.COM>
Date: Thu, 04 Jul 2002 10:09:44 -0600

Hi,

I solved it by my own..:)

The ServiceImpl got ot implement ServiceLifecycle and implement the init()
Method to retrive the ServletEnpointContext which gives you access to the
HTTPSession.

On clientside the stub needs the property
javax.xml.rpc.Call.SESSION_MANTAIN_PROPERTY to be set on true.

No I wonder what to do if I don't use stubs on client side. In which way does the jax-ri accept the session information? Does it use URL Rewriting??

Thanx,
Mischa