Allow SOAP address rewrite in wsdl according to the request call
----------------------------------------------------------------
Key: CXF-2364
URL: https://issues.apache.org/jira/browse/CXF-2364
Project: CXF
Issue Type: Improvement
Components: Configuration
Reporter: Alessio Soldano
Assignee: Alessio Soldano
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.