Hey Jens,

Thanks for the quick reply;  Your idea sounds great, and I'm sure I
can figure out how to store it in that session (at the Welcome
servlet)...  How, then, would I get that http session (with the
contained token) back while in a SOAP handler?

Thanks, and

Take Care,
Drew


On Aug 11, 9:01 am, Jens <jens.nehlme...@gmail.com> wrote:
> Can't you save it in the http session? In your custom servlet that extracts
> the http header value you already have a session where you can store the
> header value. Now when your GWT app makes server requests you should have
> the same session in your GWT servlets. Retrieve the header value from the
> session and start your outgoing SOAP web service call. Or am I missing
> something?
>
> -- J.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to