G Gnanaguru [
http://community.jboss.org/people/creativegalaxy] replied to the discussion
"HTTPS Endpoint Address"
To view the discussion, visit:
http://community.jboss.org/message/543791#543791
--------------------------------------------------------------
Before deploy your wsdl file, you need to make sure that, the URL protocol is
"https". If it is "http", you need to manually change that to
"https".
<wsdlsoap:address location="*https*
(
https://this.value.is.replaced.by.jboss"/)*://this.value.is.repl...
(
https://this.value.is.replaced.by.jboss"/)
**
At the deployment time, jboss will asign the perfect port number based on the url
protocol. You can change the jboss "URL- Rewriting" behavoiur by configuring
the "jboss-beans.xml", esspecially the following four lines,
<property
name="webServiceHost">${jboss.bind.address}</property>
<property name="webServiceSecurePort">443</property>
<property name="webServicePort">80</property>
<property name="alwaysModifySOAPAddress">true</property>
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/543791#543791]
Start a new discussion in JBoss Web Services at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]