[jboss-user] [JBoss Web Services] - HTTPS Endpoint Address

G Gnanaguru do-not-reply at jboss.com
Wed May 19 05:55:16 EDT 2010


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&quot;/)*://this.value.is.replaced.by.jboss*https://this.value.is.replaced.by.jboss&quot;/*"/**>* (https://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
[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&containerType=14&container=2044]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100519/9550e19c/attachment.html 


More information about the jboss-user mailing list