users@jax-rpc.java.net

Re: MessageContext->Stub and Stub->MessageContext?

From: Bobby Bissett - Javasoft <robert.bissett_at_sun.com>
Date: Fri, 24 Oct 2003 16:18:46 -0400

Nan Xiong wrote:
> Okay... maybe i missed something here.
>
> Here is my situation:
>
> I have a single web service, the login call to the web service returns a token in the response header,
[...]

By "response header", do you mean the http response header, or the
header of the SOAPMessage response?

If the former, did you try setting the session maintain property on the
stub? If the latter, then this is just a matter of storing some data in
a multithreaded environment and not really a jaxrpc problem
specifically, right (but still a good architectural question)?

Cheers,
Bobby


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net