Hello, HTTPClientPolicy.setCookie seems an odd method. It takes one parameter, not two (i'd expect key/value?), and some other post suggests the format is value:key (which isn't documented in the API docs). Finally, what do I do if I want to set multiple cookies?
Could someone clarify this please? Thanks, john On Saturday 20 June 2009 12:07:32 you wrote: > Hello, > > Can someone point me at an example of session support in CXF? I'm not > configuring with Spring, so some code would be handy. The SOAP server to > which my CXF client connects is using a session cookie and that needs to be > presented across all calls after an initial "login" call. > > Also, how does one get the response headers after a call? > > Thanks, > > > John
