mm111222 发表于 2017-2-15 11:10:05

获取Weblogic webservice中的[context/session/request ]

在WEBLOGIC下部署WEBSERVICE服务可使用WEBLOGIC上下文,强制转换成SERVLET对象即可,下面是获得REQUEST例子:
   (HttpServletRequest)weblogic.webservice.context.WebServiceContext.currentContext().getSession().getRequest()
页: [1]
查看完整版本: 获取Weblogic webservice中的[context/session/request ]