[
https://issues.apache.org/jira/browse/CXF-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539516
]
willem Jiang commented on CXF-1158:
-----------------------------------
You need to specify the full url for your endpoint , and current CXF servlet
transport will do some work to cut the full url address into related path.
I am working on this, to find a way that could meed your need.
Willem
> configurability of endpoint rewrting
> ------------------------------------
>
> Key: CXF-1158
> URL: https://issues.apache.org/jira/browse/CXF-1158
> Project: CXF
> Issue Type: New Feature
> Components: Configuration
> Affects Versions: 2.0.2
> Reporter: Christian Vest Hansen
> Fix For: 2.0.3
>
>
> I deploy a CXF web service to a cluster that sits behind a content switch.
> We have HTTPS on the content switch for security, but internally in
> the cluster we use plain HTTP for speed.
> Now, CXF has a habit of rewriting my carefully crafted endpoint URLs
> in my WSDL, thus reporting plain HTTP endpoints on the services/ page
> and in the final WSDL, when in fact they should be HTTPS.
> What I'de like is an attribute on the jaxws:endpoint element, could be a
> boolean 'rewriteUrl' that defaults to true, so that I can disable this
> functionality and thereby force CXF to use the endpoint url in verbatim
> from the WSDL.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.