1. WSDL location changed when EJB Web Service was deployed in WAR stackoverflow.comWhen I deploy my EJB Web service in a WAR file the context of the Service changes. |
2. can i have more than one end point in my wsdl? stackoverflow.comHI, I have a webservice which is developed using ejb stateless sessionbeans - and it serves more than 10 clients , now we are planning to change the endpoint url to ... |
3. How to generate EJB from WSDL stackoverflow.comI know how to use @WebService and @Stateless annotation to write an EJB and expose it into a WebService. But because we're try to use other tools to generate WSDL first ... |
4. where to keep wsdl file when using webservices with EJB ? coderanch.comUsually your container/application server takes care of that. In a J2EE 1.4 container the relationship between the WSDL and the session bean is captured in webservices.xml |