You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Alessio Soldano (JIRA)" <ji...@apache.org> on 2009/07/28 09:55:14 UTC

[jira] Created: (CXF-2364) Allow SOAP address rewrite in wsdl according to the request call

Allow SOAP address rewrite in wsdl according to the request call
----------------------------------------------------------------

                 Key: CXF-2364
                 URL: https://issues.apache.org/jira/browse/CXF-2364
             Project: CXF
          Issue Type: Improvement
          Components: Configuration
            Reporter: Alessio Soldano
            Assignee: Alessio Soldano


The WSDLQueryHandler is responsible for writing the wsdl document when a query for it is received. While doing that, it rewrites addresses of referenced wsdl and xsd files (import/incude elements) either according to the "publishedEndpointUrl" in the EndpointInfo or the address used for the wsdl request call.
The soap:adddress of ports, instead, is rewritten according to the "publishedEndpointUrl" in the related EndpointInfo only.
It would be useful to be able to configure the WSDLQueryHandler to rewrite the soap:address of a given port according to the address used for the wsdl request call, the same way this happen for the import elements.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CXF-2364) Allow SOAP address rewrite in wsdl according to the request call

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp updated CXF-2364:
-----------------------------

    Fix Version/s: 2.1.6

> Allow SOAP address rewrite in wsdl according to the request call
> ----------------------------------------------------------------
>
>                 Key: CXF-2364
>                 URL: https://issues.apache.org/jira/browse/CXF-2364
>             Project: CXF
>          Issue Type: Improvement
>          Components: Configuration
>            Reporter: Alessio Soldano
>            Assignee: Alessio Soldano
>             Fix For: 2.1.6, 2.2.3
>
>
> The WSDLQueryHandler is responsible for writing the wsdl document when a query for it is received. While doing that, it rewrites addresses of referenced wsdl and xsd files (import/incude elements) either according to the "publishedEndpointUrl" in the EndpointInfo or the address used for the wsdl request call.
> The soap:adddress of ports, instead, is rewritten according to the "publishedEndpointUrl" in the related EndpointInfo only.
> It would be useful to be able to configure the WSDLQueryHandler to rewrite the soap:address of a given port according to the address used for the wsdl request call, the same way this happen for the import elements.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-2364) Allow SOAP address rewrite in wsdl according to the request call

Posted by "Dennis Kieselhorst (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-2364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736188#action_12736188 ] 

Dennis Kieselhorst commented on CXF-2364:
-----------------------------------------

Can you provide an example how to set the autoRewriteSoapAddress property in the spring configuration?

> Allow SOAP address rewrite in wsdl according to the request call
> ----------------------------------------------------------------
>
>                 Key: CXF-2364
>                 URL: https://issues.apache.org/jira/browse/CXF-2364
>             Project: CXF
>          Issue Type: Improvement
>          Components: Configuration
>            Reporter: Alessio Soldano
>            Assignee: Alessio Soldano
>             Fix For: 2.2.3
>
>
> The WSDLQueryHandler is responsible for writing the wsdl document when a query for it is received. While doing that, it rewrites addresses of referenced wsdl and xsd files (import/incude elements) either according to the "publishedEndpointUrl" in the EndpointInfo or the address used for the wsdl request call.
> The soap:adddress of ports, instead, is rewritten according to the "publishedEndpointUrl" in the related EndpointInfo only.
> It would be useful to be able to configure the WSDLQueryHandler to rewrite the soap:address of a given port according to the address used for the wsdl request call, the same way this happen for the import elements.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CXF-2364) Allow SOAP address rewrite in wsdl according to the request call

Posted by "Alessio Soldano (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alessio Soldano resolved CXF-2364.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.3

> Allow SOAP address rewrite in wsdl according to the request call
> ----------------------------------------------------------------
>
>                 Key: CXF-2364
>                 URL: https://issues.apache.org/jira/browse/CXF-2364
>             Project: CXF
>          Issue Type: Improvement
>          Components: Configuration
>            Reporter: Alessio Soldano
>            Assignee: Alessio Soldano
>             Fix For: 2.2.3
>
>
> The WSDLQueryHandler is responsible for writing the wsdl document when a query for it is received. While doing that, it rewrites addresses of referenced wsdl and xsd files (import/incude elements) either according to the "publishedEndpointUrl" in the EndpointInfo or the address used for the wsdl request call.
> The soap:adddress of ports, instead, is rewritten according to the "publishedEndpointUrl" in the related EndpointInfo only.
> It would be useful to be able to configure the WSDLQueryHandler to rewrite the soap:address of a given port according to the address used for the wsdl request call, the same way this happen for the import elements.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.