如何在基于EJB的Web服务中获取Request对象

时间:2011-07-13 12:22:22

标签: web-services ejb

与JAX-WS Web服务不同,我无法在基于EJB的Web服务中获取SOAP请求对象,顺便说一下,我正在使用Oracle Application Server。

感谢。

1 个答案:

答案 0 :(得分:2)

使用@Resource将WebServiceContext注入EJB。