[
https://issues.apache.org/jira/browse/CXF-8084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16897303#comment-16897303
]
Freeman Fang commented on CXF-8084:
-----------------------------------
Hi [~morse],
I don't think we really need the "services" between if there's no compulsory
specs about it.
Btw, you can use property "publishedEndpointUrl" to specify anything you want
for the soap address.
Freeman
> 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
> Priority: Major
>
> 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)