Steve Cassidy [
https://community.jboss.org/people/stevecassidy] created the discussion
"Re: Question on jbossws"
To view the discussion, visit:
https://community.jboss.org/message/728531#728531
--------------------------------------------------------------
I solved this by the following
In
/var/lib/jbossas/server/production/deploy/jbossws.sar/jbossws.beans/META-INF/jboss-beans.xml
Commented the line
<property name="webServiceHost">{jboss.bind.address}</property>
So the config around this line now looks like
<!-- property name="webServiceHost"{jboss.bind.address}property -->
<property name="modifySOAPAddress">true</property>
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/728531#728531]
Start a new discussion in JBoss Web Services at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]