-
Bug
-
Resolution: Done
-
Major
-
jbossws-native-3.0.1
-
None
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>
- is incorporated by
-
JBPAPP-1248 JBossWS - Incorrection Detection of CONFIDENTIAL Endpoints
- Resolved