Hi all, I use cxf-wadl2java-plugin to generate codes from a wadl file. I consume the generated codes with JAXRSClientFactory in cxf-rt-rs-client package. It works well. I can manage to login to server and parse the response. But when i try to do anything else after i receive "javax.ws.rs.NotAuthorizedException: HTTP 401 Unauthorized". Most likely i have a problem of holding the session/cookie in the next request. Is there a way to manage the session/cookies setting in JAXRSClientFactory ?
Any help is much appreciated. Best regards, Binh -- View this message in context: http://cxf.547215.n5.nabble.com/JAX-RS-How-to-manage-the-session-cookies-in-JAXRSClientFactory-tp5756380.html Sent from the cxf-user mailing list archive at Nabble.com.
