simon bohdanowicz [
http://community.jboss.org/people/simonpl] created the discussion
"Re: How do I rewrite soap:address to always HTTPS"
To view the discussion, visit:
http://community.jboss.org/message/567397#567397
--------------------------------------------------------------
I guess
http://community.jboss.org/people/crankr 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
[
http://community.jboss.org/message/567397#567397]
Start a new discussion in JBoss Web Services at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]