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 { @
You have to configure jboss to listen to the interface you want. To do so you have to edit the standalone.xml file and add some new interface tags. I think this post might be useful. https://community.jboss.org/message/614897