JBoss Community

Re: How do I rewrite soap:address to always HTTPS

created by simon bohdanowicz in JBoss Web Services - View the full discussion

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>

Reply to this message by going to Community

Start a new discussion in JBoss Web Services at Community