You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "George Sedov (JIRA)" <ji...@apache.org> on 2019/07/31 16:14:00 UTC

[jira] [Created] (CXF-8084) Wrong adress for endpoints is generated with autoRewriteSoapAddressForAllServices

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)