How to read Cookies in CXF Client

2010-12-18 Thread mike
Does anybody know, how to read the JSESSIONID cookie? I'm sure, that the cookie is set by the server. I try this: this.service = JAXRSClientFactory.create(http://localhost;, RegistrationService.class); this.client =

Re: How to read Cookies in CXF Client

2010-12-18 Thread Ron Wheeler
Does this have anything to do with CXF? Would this not be a question for the forum supporting your client application's server? You have not even mentioned the server technology that you client runs on. Ron On 18/12/2010 5:53 AM, mike wrote: Does anybody know, how to read the JSESSIONID

Re: How to read Cookies in CXF Client

2010-12-18 Thread Benson Margulies
Ron, he's a client, not as server. The server has nothing to do with his question, which is how to get a cookie response out of the JAX-RS client wrappers CXF provides. On Sat, Dec 18, 2010 at 8:56 AM, Ron Wheeler rwhee...@artifact-software.com wrote: Does this have anything to do with CXF?