JAX-WS clients must support sessions via cookies. You need to turn it on
though.
((BindingProvider)port).getRequestContext().put(
BindingProvider.SESSION_MAINTAIN_PROPERTY, "true");
Dan
On Thursday 30 October 2008 9:41:49 am Rajeev jha wrote:
> Hi
> We have a requirement to implement an http session like scheme for our CXF
> web services. Essentially you connect to web service and receive an
> identifier. Later you present that identifier and that is how web service
> "remembers" you. standard http session stuff. We believe this cookies over
> SSL scheme is good enough for our purpose.
>
> The problem is, since these are SOAP APIs we need some
> library/implementation that works like http session handling (but without
> http web requests). I would like to ask if anyone is aware of some
> libraries that let you generate identifier tokens with expiry time stamp?
> something That would let us simulate the http sessions?
>
> Tia and regards
>
> -rajeev.
--
Daniel Kulp
[EMAIL PROTECTED]
http://dankulp.com/blog