Hi Is it possible to access HttpSession inside SOAP webserice i am using MessageContext msgContext = MessageContext.getCurrentContext(); ServletContext oCtx = ((HttpServlet)msgContext.getProperty( HTTPConstants.MC_HTTP_SERVLET)).getServletContext();
to access servlet context, but is it possible to access HttpSession When i deploy a web service, does it have a HttpSession to start with? Ashish
