Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The WSDLQueryHandler is responsible for writing the wsdl document when a query for it is received. While doing that, it rewrites addresses of referenced wsdl and xsd files (import/incude elements) either according to the "publishedEndpointUrl" in the EndpointInfo or the address used for the wsdl request call.
The soap:adddress of ports, instead, is rewritten according to the "publishedEndpointUrl" in the related EndpointInfo only.
It would be useful to be able to configure the WSDLQueryHandler to rewrite the soap:address of a given port according to the address used for the wsdl request call, the same way this happen for the import elements.
Attachments
Issue Links
- relates to
-
CXF-2770 There is no way to specify autoRewriteSoapAddress from a spring context file.
- Closed