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