JAX WS « J2EE « JSP-Servlet Q&A





1. JAX WS servlet end point    coderanch.com

2. Call a Servlet from a JAX-WS Web service    coderanch.com

Hello all, As part of a research project, we use a Web application implemented in JSF 1.2 to realize some computations for us. In order to be able to invoke methods from this application, which is deployed on a Apache Tomcat 6 server contained in the application itself, we implement a new servlet inside it to call what needed. This servlet ...