Hi,

I intend to use JAX-WS to access web services from within servlets in a clustered environment.

Rather than create a proxy for each servlet invocation, I'd like to cache the client stub in the session object.

Does CXF use serializable objects when creating JAX-WS proxies? Is it safe to put a JAX-WS client stub in the servlet's "session" object?

Thanks,
Alex

Reply via email to