开发者

How to get the Request object in an EJB based Web Service

开发者 https://www.devze.com 2023-03-20 12:16 出处:网络
Unlike JAX-WS web services, I couldn\'t get the SOAP request object in an EJB based Web Services, by the way, I am using Oracle Appli开发者_StackOverflowcation Server.

Unlike JAX-WS web services, I couldn't get the SOAP request object in an EJB based Web Services, by the way, I am using Oracle Appli开发者_StackOverflowcation Server.

Thanks.


Use @Resource to inject WebServiceContext into the EJB.

0

精彩评论

暂无评论...
验证码 换一张
取 消