[jboss-user] [JBoss Web Services] New message: "Re: How do I rewrite soap:address to always HTTPS"

Robert Crank do-not-reply at jboss.com
Mon Feb 15 18:45:59 EST 2010


User development,

A new message was posted in the thread "How do I rewrite soap:address to always HTTPS":

http://community.jboss.org/message/526476#526476

Author  : Robert Crank
Profile : http://community.jboss.org/people/crankr

Message:
--------------------------------------------------------------
Have you seen this, maybe it will help
 
jbossws.deployer/META-INF/jboss-beans.xml
 
<bean name="ServiceEndpointManager" class="org.jboss.ws.server.ServiceEndpointManager">
      <!--
        The WSDL, that is a required deployment artifact for an endpoint, has a <soap:address>
        element which points to the location of the endpoint. JBoss supports rewriting of that SOAP address.
      
        If the content of <soap:address> is a valid URL, JBossWS will not rewrite it unless AlwaysModifySOAPAddress is true.
        If the content of <soap:address> is not a valid URL, JBossWS will rewrite it using the attribute values given below.
      -->
      <property name="webServiceHost">${jboss.bind.address}</property>
      <property name="webServiceSecurePort">8443</property>
      <property name="webServicePort">8080</property>
      <property name="alwaysModifySOAPAddress">true</property>
      ...
    </bean>

--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/526476#526476




More information about the jboss-user mailing list