1. apache cxf: multiple endpoint /multipleCXFServlet servlet stackoverflow.comI've a cxf webservice with multiple endpoint. I've succesfully deploy it. The problem is all endpoint's WSDL appear in the same servlet URL. Can i have 2 org.apache.cxf.transport.servlet.CXFServlet servlet in the ... |
2. JEE 1.5 Servlet Endpoint Webservice? coderanch.comHi! No, the web service development model has not changed between the versions you mention. If you develop an annotated POJO using JAX-WS, then it will be "wrapped" in a servlet - thus this is called a servlet endpoint. I strongly suspect an EJB annotated with JAX-WS annotation(s) will, in a similar way, also be wrapped in a servlet. However, since ... |