I guess Robert Crank's hint was the good one. I had situation when there was always localhost in soap adress. To solve this I just commented these two lines out (in document jbossws.deployer/META-INF/jboss-beans.xml):
<property name="webServiceHost">${jboss.bind.address}</property>
<property name="modifySOAPAddress">true</property>