How can I change the soap address in a web service. I\'m working on JBoss 7.1.1.
I have this web service class:
@WebService
public class Card {
@
If you need to deploy SOAP web services for public access e.g. via Apache you can remove in the standalone.xml this line:
at all.
Then the host name will be taken over from the WSDL URL.
In this case you do not need to change the configuration for every deployment stage. For example dev.myhost.com, qa.myhost.com or ww.myhost.com.
This avoids also the problem with wrong SSL port 8443 for public services.