soap:address location attribute is wrong when wsdl query to default servant
delegate returns wsdl.
--------------------------------------------------------------------------------------------------
Key: CXF-1113
URL: https://issues.apache.org/jira/browse/CXF-1113
Project: CXF
Issue Type: Bug
Components: Transports
Reporter: Ulhas Bhole
Assignee: Ulhas Bhole
Priority: Minor
If a wsdl query is done on a service that is supporting default servant
delegates. The soap:address location returned in WSDL is incorrect.
Here is how to reproduce:
Run Server from cxf factory_pattern system test.
issue the queries in the following sequence. First 2 queries will return
correct url but for rest of the sequence soap:address location will be same as
the 2nd query.
Here is the sequence.
http://localhost:9006/NumberFactoryService/NumberFactoryPort?wsdl
http://localhost:9006/NumberFactoryService/NumberFactoryPort/20?wsdl
http://localhost:9006/NumberFactoryService/NumberFactoryPort/22?wsdl
http://localhost:9006/NumberFactoryService/NumberFactoryPort/20?wsdl
http://localhost:9006/NumberFactoryService/NumberFactoryPort?wsdl
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.