RE: set http.protocol.single-cookie-header in Axis2

2009-03-08 Thread esu2
Thank you. Sorry I guess my question was not clear. I was looking for how to set cookie attribut in a web service call. The example you provided demostrated how to set cookie when request a web page. I thought when calling a web service, we call a client service: ServiceClient sc =

Re: set http.protocol.single-cookie-header in Axis2

2009-03-08 Thread keith chapman
No I dont think we support that parameter. Although you set it into the options object it is not set into HTTPClient at the sender. You may have to raise this issue requesting for it as a new feature to Axis2. Thanks, Keith. On Sun, Mar 8, 2009 at 6:44 PM, esu2 johnzhang...@hotmail.com wrote:

Re: set http.protocol.single-cookie-header in Axis2

2009-03-08 Thread esu2
Haha, thank you for confirmation. No wonder why all of others options parameter I can see in HTTPClient sender except this one. With this confirmation, I think I can stop my debugging and start a issue requesting. Thanks -- View this message in context:

Re: set http.protocol.single-cookie-header in Axis2

2009-03-08 Thread esu2
BWT, do you know any server side setting affect this? Beacuse my application is working with one of server(A) even without cookie policy and this SINGLE_COOKIE_HEADER setting, but not working in another one(B). I think one of work around to my problem is change server setting to support

set http.protocol.single-cookie-header in Axis2

2009-03-07 Thread esu2
Axis2 using HTTPClient as it underline http channel. In HTTPClient, I was able to set http.protocol.single-cookie-header as parameter. I think Axis2 using Options to set parameter, could someone give me an example code to set this property to underline HTTP through Axis2 API? Thanks -- View

RE: set http.protocol.single-cookie-header in Axis2

2009-03-07 Thread Martin Gainty
http.protocol.single-cookie-header in Axis2 Axis2 using HTTPClient as it underline http channel. In HTTPClient, I was able to set http.protocol.single-cookie-header as parameter. I think Axis2 using Options to set parameter, could someone give me an example code to set this property to underline HTTP