[jbossws-issues] [JBoss JIRA] (JBWS-3750) Add ability to rewrite path in WSDL URL references

R Searls (JIRA) issues at jboss.org
Mon Apr 14 10:22:34 EDT 2014


    [ https://issues.jboss.org/browse/JBWS-3750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12961654#comment-12961654 ] 

R Searls commented on JBWS-3750:
--------------------------------

Location of code changes

Following the JBossWS custom host and port implementation, org.apache.cxf.transports.http.configuration.HTTPClientPolicy is the location where the new property for custom URI_path should be added.  This is a JAXB generated file.  The source schema is declared in {http://svn.apache.org/repos/asf/cxf/trunk}/rt/transports/http/src/main/resources/schemas/wsdl/http-conf.xsd  The "customized path" substitution is best performed in org.apache.cxf.transport.http.HTTPConduit.

references
[1] http://www.ietf.org/rfc/rfc2396.txt
                
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossws-issues mailing list