I am trying to set an HTTP cookie from the CXF server.  It works with a
browser, 
but the generated CXF client does not keep or send back cookies.  I
tried the code:
 
SecAdmin_Service ss = new SecAdmin_Service(wsdlURL, SERVICE_NAME);
SecAdmin port = ss.getSecadmin();
BindingProvider provider = (BindingProvider)port;
provider.getRequestContext().put(BindingProvider.SESSION_MAINTAIN_PROPER
TY, true);

...as mentioned here:
http://www.nabble.com/JSESSIONID-cookie-not-sent-back-to-server-td155140
55.html

but it does not seem to be working.  I am using CXF-2.0.4.

Thanks,

   -Chris
--------------------------------------------------------

NOTICE: If received in error, please destroy and notify sender. Sender does not 
intend to waive confidentiality or privilege. Use of this email is prohibited 
when received in error.

Reply via email to