5 Replies Latest reply on Sep 1, 2006 3:57 AM by thomas.diesler

    Changing the wsdl location to be different from the jar name

    summer.hill

      Is there a way of changing the jboss generated WSDL URL such that it DOESN'T use the name of the deployed EJB-JAR?

      For example:

      EJB: myejb.java
      EJB-JAR: mywebservice.jar

      JBoss generates a WSDL at the location:

      http://localhost:8080/mywebservice/myejb?wsdl

      I want to the location to be:

      http://localhost:8080/otherlocation/myejb?wsdl

      How do I do this?