I'm accessing an xFire web service on Tomcat that I specify as session
scope and see the response returned with a Set-Cookie header with a
JSESSIONID value.  
 
I'm accessing the service from an xFire wsdl generated client class but
can't figure out how to retrieve the http response header to retrieve
the session id for subsequent requests.  I tried adding an InHandler to
the client but didn't see a way to access the response from the
MessageContext.
 
Any help would be appreciated.
 
Thanks,
 
Dave

Reply via email to