Andrei Shakirin created CXF-4677: ------------------------------------ Summary: Introduce "rewriteSoapAddressForAllServices" property to overwrite all service endpoints in returning WSDL Key: CXF-4677 URL: https://issues.apache.org/jira/browse/CXF-4677 Project: CXF Issue Type: Improvement Components: Core Reporter: Andrei Shakirin Priority: Minor
If WSDL contains more than one service, in some cases it makes sense to update all WSDL services endpoints with absolute URL by ?wsdl request (if services are deployed in the same web application and the same servlet container) We can introduce additional context property "rewriteSoapAddressForAllServices" (like autoRewriteSoapAddress , publishedEndpointUrl) and if it is activated, endpoint of all relevant services will be updated. Default value will be false. Logic located in WSDLGetUtils.updateDoc(). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira