George Sedov created CXF-8084:
---------------------------------
Summary: Wrong adress for endpoints is generated with
autoRewriteSoapAddressForAllServices
Key: CXF-8084
URL: https://issues.apache.org/jira/browse/CXF-8084
Project: CXF
Issue Type: Bug
Components: Core
Affects Versions: 3.3.2
Reporter: George Sedov
When using autoRewriteSoapAddressForAllServices the generated service address
in WSDL is wrong. It is constructed using the "http.base.path", which is
basically CXF context, plus the publishing address of the endpoint. But there
should also be "services" between them, i.e.
[http://example.com/cxfContext/services/myServiceEndpoint]
instead of
[http://example.com/cxfContext/myServiceEndpoint|http://example.com/cxfContext/services/myServiceEndpoint]
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)