In your jboss conf - change the following:
- <jboss_home>\server\<your_server>\deploy\jbossws.sar\jbossws.beans\META-INF\jboss-beans.xml
property alwaysModifySOAPAddress should be false
- bind the IP during Jboss start (ex. ./run.sh -b 192.168.2.3) (do not use -b 0.0.0.0)
Enjoy :)