posted 15 years ago
Hi
I'm using JAX-RS for implementing RESTful service. I'm trying to get hold of session. Over the articles, it is mentioned that we can get it from WebServiceContext in the following manner.
((HttpServletRequest)context.getMessageContext().get(MessageContext.SERVLET_REQUEST)).getSession()
Please find the implementation class, web.xml and spring-config.xml below. The problem is WebServiceContext is null. Can someone please tell me how to get a handle to session?