Hi, How would I get the WebServiceContext in CXFNonSpringJaxrsServlet mode?
I added a @Resource private WebServiceContext context; in one of the Impl classes, but the context is null. I would like to get hold of the HttpServlerRequest session Id, and found this to be suggested way. Thanks Venu
