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 view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/HxANetmL7FAJ. 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.