-
Task
-
Resolution: Done
-
Major
-
4.3.0.GA_CP02
-
None
The detection of endpoints with a transport-guarantee of CONFIDENTIAL tries to exactly map the url-pattern in the WSDL so if the servlet is defined with: -
<url-pattern>/PhoneBook</url-pattern>
And the security constraint is defined with: -
<url-pattern>/*</url-pattern>
The patterns do not patch and JBossWS assumes it is not CONFIDENTIAL when generating the address, this causes the WSDL to be generated with a http address.
The transport-guarantee is still enforced by JBossWeb as it is defined in the web.xml but the WSDL has the wrong address which causes problems for the clients trying to connect.
- blocks
-
JBPAPP-1210 Release and upgrade to JBossWS 2.0.1.SP2_CP05
- Resolved
- incorporates
-
JBWS-2216 Soap address incorrect for https
- Closed