[
https://issues.jboss.org/browse/JBWS-3750?page=com.atlassian.jira.plugin....
]
R Searls commented on JBWS-3750:
--------------------------------
CXF has accepted the patch for CXF-5792 with some minor changes.
The refactored WSDLGetUtils was accepted with minor changes.
The proposed changes to WSDLGetInterceptor were not accepted. Instead
WSDLGetInterceptor was changed to allow a custom WSDLGetUtils class to be passed
in through a contextual property,
WSDLGetUtils utils =
(WSDLGetUtils)message.getContextualProperty(WSDLGetUtils.class.getName());
These changes have been integrated into the CXF master branch.
I have changed WSDLSoapAddressRewriteInterceptor, WSDLSoapAddressRewriteUtils and
EndpointImpl in accordance
with the CXF changes, confirmed they work, and check-in the code (
https://svn.jboss.org/repos/jbossws/stack/cxf/branches/rsearls).
Add ability to rewrite path in WSDL URL references
--------------------------------------------------
Key: JBWS-3750
URL:
https://issues.jboss.org/browse/JBWS-3750
Project: JBoss Web Services
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: jbossws-cxf
Reporter: Kyle Lape
Assignee: R Searls
Fix For: jbossws-cxf-5.0
Currently JBossWS/CXF have the ability to configure a custom host and/or port to use
when populating the soap:address and schemaLocation items in a WSDL. This request is to
add the ability to configure a custom URL path in addition to the host and port.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)