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

Richard Opalka (JIRA) jira-events at lists.jboss.org
Wed Jul 30 05:31:06 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBWS-2216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Opalka updated JBWS-2216:
---------------------------------

    Comment: was deleted


> Soap address incorrect for https 
> ---------------------------------
>
>                 Key: JBWS-2216
>                 URL: https://jira.jboss.org/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
>            Assignee: Richard Opalka
>
> 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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossws-issues mailing list