[
https://issues.jboss.org/browse/JBWS-3750?page=com.atlassian.jira.plugin....
]
R Searls commented on JBWS-3750:
--------------------------------
I don't think this enhancement is going to function the way you intend.
The format for a URL/URI is [scheme:][//[host]:[port]][path][?query][#fragment]
If I have the following services declared in a wsdl
http://localhost:8080/jaxws-jbws2150/ValidURL
http://localhost:8080/jaxws-jbws2150/InvalidURL
then there are 2 unique paths, "jaxws-jbws2150/ValidURL" and
"jaxws-jbws2150/InvalidURL".
This enhancement replaces each path with a single custom path. If I set the custom
path to "/my-custom-path/foo/bar" the 2 addresses above become
http://localhost:8080/my-custom-path/foo/bar
http://localhost:8080/my-custom-path/foo/bar
Is this what is intended?
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.3#6260)