Community

HTTPS Endpoint Address

reply from G Gnanaguru in JBoss Web Services - View the full discussion

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://this.value.is.replaced.by.jbosshttps://this.value.is.replaced.by.jboss&quot;/"/>

 

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

Start a new discussion in JBoss Web Services at Community