在WEBLOGIC下部署WEBSERVICE服务可使用WEBLOGIC上下文,强制转换成SERVLET对象即可,下面是获得REQUEST例子:
(HttpServletRequest)weblogic.webservice.context.WebServiceContext.currentContext().getSession().getRequest()
(HttpServletRequest)weblogic.webservice.context.WebServiceContext.currentContext().getSession().getRequest()