Hi,
I have a web application deployed on JBoss 5.1.0 with a couple of webservices.
When i use the JBossWS console to see the registered service endpoints, all my webservices follow the same URL pattern:
http://my_machine:8080/some_default_name/webservice_name?wsdl
The problem is that i need to change the some_default_name part of the URL.
Any suggestions? :)