Hello,

i wrote up GWT application who acts as proxy between client( browser
in that case) and web services. Communication with web services is
used using JAX-WS libraries. Here need to save each user id to
maintain session with web services application service.
That id i save reading and writing soap messages header, i use
SOAPHandler class for that. From here all is ok.
But then i need to save that id for each browser window who connects
my servlet using rpc call. And here is the problem: i can get
HttpSession object only from class that extends RemoteServiceServlet,
like this getThreadLocalRequest().getSession(). But cant get that
object from soap handler class, or pass it as parameter.

How i can get HttpSession in any other way?
Or there is any other way for storing things in servlet?

--~--~---------~--~----~------------~-------~--~----~
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