Re: cookies and webservice

2011-01-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Diego, On 1/19/2011 12:08 PM, Diego Monni wrote: > MessageContext inMsgCtx1 = > stub1._getServiceClient().getLastOperationContext().getMessageContexts().get("Out"); > String incomingCookie1 = > (String)inMsgCtx.getServiceContext().getProperty(HTTPCons

Re: cookies and webservice

2011-01-19 Thread Diego Monni
I use whireshark in order to snif the transaction because de the proxy class return null MessageContext inMsgCtx1 = stub1._getServiceClient().getLastOperationContext().getMessageContexts().get("Out"); String incomingCookie1 = (String)inMsgCtx.getServiceContext().getProperty(HTTPConstants.COOKIE_ST

Re: cookies and webservice

2011-01-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Diego, On 1/19/2011 9:48 AM, Diego Monni wrote: > Thanks for the response. > I mean that my application contains jsp pages and webservices. When I call a > jsp page the jsessionid is present. When I invoke a service method in the > response header jse

Re: cookies and webservice

2011-01-19 Thread Diego Monni
ego.mo...@gmail.com] > > Subject: cookies and webservice > > > I have to use a webservice (tomcat 7.0.0. + axis2 1.5 + jdk 6.0.21) > > Try it again on a stable version of Tomcat (7.0.6). > > > but in the response there isn't the jsessionid. In the application >

RE: cookies and webservice

2011-01-19 Thread Caldarale, Charles R
> From: Diego Monni [mailto:diego.mo...@gmail.com] > Subject: cookies and webservice > I have to use a webservice (tomcat 7.0.0. + axis2 1.5 + jdk 6.0.21) Try it again on a stable version of Tomcat (7.0.6). > but in the response there isn't the jsessionid. In the application c

cookies and webservice

2011-01-19 Thread Diego Monni
Hi, I have to use a webservice (tomcat 7.0.0. + axis2 1.5 + jdk 6.0.21) installed in load balancing configuration. I need implement session affinity but in the response there isn't the jsessionid. In the application context the flag cookies is set to true and when I browse the application page the