-----Original Message-----Hi,
From: Sai Arunachalam [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 15, 2006 3:24 PM
To: [email protected]
Subject: [SPAM] - [Axis2] Client cookie support - Bayesian Filter detected spam
Is there a way I can set a cookie (my own) in the HTTP requests sent to a web service via Axis2 clients? The cookie I wish to set contains authentication information and not session information.
I currently use HttpClient wherein I am able to set the cookie as follows:
HttpState initialState = new HttpState( );
initialState.addCookie( mycookie );
httpclient.setState(initialState);
I am trying to move my codebase to use Axis2 and am not able to find out how to do this in Axis2? If anyone can provide me with links to examples or any resource, that would be a great help.
Thanks,
Sai
Confidential: This electronic message and all contents contain information from Syntel, Inc. which may be privileged, confidential or otherwise protected from disclosure. The information is intended to be for the addressee only. If you are not the addressee, any disclosure, copy, distribution or use of the contents of this message is prohibited. If you have recieved this electronic message in error, please notify the sender immediately and destroy the original message and all copies.
____________________________________________
Confidential: This electronic message and all contents contain information from Syntel, Inc. which may be privileged, confidential or otherwise protected from disclosure. The information is intended to be for the addressee only. If you are not the addressee, any disclosure, copy, distribution or use of the contents of this message is prohibited. If you have received this electronic message in error, please notify the sender immediately and destroy the original message and all copies.
