How to get the Request object in an EJB based Web Service
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.
精彩评论