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?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965617#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...