[jbossws-issues] [JBoss JIRA] Created: (JBWS-2216) Soap address incorrect for https

Joan Pujol Espinar (JIRA) jira-events at lists.jboss.org
Mon Jun 9 16:17:50 EDT 2008


Soap address incorrect for https 
---------------------------------

                 Key: JBWS-2216
                 URL: http://jira.jboss.com/jira/browse/JBWS-2216
             Project: JBoss Web Services
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: jbossws-native
    Affects Versions: jbossws-native-3.0.1
            Reporter: Joan Pujol Espinar
            Priority: Critical


The soap address is incorrect for https.
There's no way to change the soap address to https.

Althouth I've  in jboss-beans.xml

    <property name="webServiceHost">localhost</property>
    <property name="modifySOAPAddress">true</property>
    <property name="webServiceSecurePort">8545</property>
    <property name="webServicePort">8080</property>

And I've the    CONFIDENTIAL transport-guarantee in the webapp that has the ws.
<user-data-constraint> 
      <description>SSL</description>  
      <transport-guarantee>CONFIDENTIAL</transport-guarantee> 
    </user-data-constraint> 

The generated WDSL always has soap:address with http

<port binding="ns1:repositoriDocumentsBinding" name="RepositoriDocumentsWSPort">
  <soap:address location="http://localhost:8080/xcpwsserver/RepositoriDocuments" /> 
 </port>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossws-issues mailing list