You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Dan Diephouse (JIRA)" <ji...@apache.org> on 2006/09/06 22:16:22 UTC

[jira] Created: (CXF-35) Support multiple services/bindings on the same endpoint

Support multiple services/bindings on the same endpoint
-------------------------------------------------------

                 Key: CXF-35
                 URL: http://issues.apache.org/jira/browse/CXF-35
             Project: CeltiXfire
          Issue Type: Task
            Reporter: Dan Diephouse
             Fix For: 2.0-M1


Use case 1: SOAP 1.1 and SOAP 1.2 on the same endpoint

In this case we a soap 1.1 and soap 1.2 binding in our wsdl on the same endpoint address. This results in two bindingInfos and two endpointInfo in our service model. We need to be able to select the correct one based on whether soap 1.2 or 1.1 is used.

Use case 2: Multiple services on the same endpoint, with a routing interceptor/handler

I can write a wsdl with ports that use the same endpoint address, but have different port types. We need a mechanism for selecting the appropriate one or allow the user to write a mechanism to select the appropriate one.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (CXF-35) Support multiple services/bindings on the same endpoint

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

Dan Diephouse closed CXF-35.
----------------------------

    Resolution: Fixed

> Support multiple services/bindings on the same endpoint
> -------------------------------------------------------
>
>                 Key: CXF-35
>                 URL: https://issues.apache.org/jira/browse/CXF-35
>             Project: CXF
>          Issue Type: Task
>          Components: Core
>            Reporter: Dan Diephouse
>         Assigned To: maomaode
>             Fix For: 2.0-RC
>
>
> Use case 1: SOAP 1.1 and SOAP 1.2 on the same endpoint
> In this case we a soap 1.1 and soap 1.2 binding in our wsdl on the same endpoint address. This results in two bindingInfos and two endpointInfo in our service model. We need to be able to select the correct one based on whether soap 1.2 or 1.1 is used.
> Use case 2: Multiple services on the same endpoint, with a routing interceptor/handler
> I can write a wsdl with ports that use the same endpoint address, but have different port types. We need a mechanism for selecting the appropriate one or allow the user to write a mechanism to select the appropriate one.

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


[jira] Updated: (CXF-35) Support multiple services/bindings on the same endpoint

Posted by "Bozhong Lin (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/CXF-35?page=all ]

Bozhong Lin updated CXF-35:
---------------------------

    Fix Version/s: 2.0-RC
                       (was: 2.0-M1)

> Support multiple services/bindings on the same endpoint
> -------------------------------------------------------
>
>                 Key: CXF-35
>                 URL: http://issues.apache.org/jira/browse/CXF-35
>             Project: CXF
>          Issue Type: Task
>            Reporter: Dan Diephouse
>             Fix For: 2.0-RC
>
>
> Use case 1: SOAP 1.1 and SOAP 1.2 on the same endpoint
> In this case we a soap 1.1 and soap 1.2 binding in our wsdl on the same endpoint address. This results in two bindingInfos and two endpointInfo in our service model. We need to be able to select the correct one based on whether soap 1.2 or 1.1 is used.
> Use case 2: Multiple services on the same endpoint, with a routing interceptor/handler
> I can write a wsdl with ports that use the same endpoint address, but have different port types. We need a mechanism for selecting the appropriate one or allow the user to write a mechanism to select the appropriate one.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (CXF-35) Support multiple services/bindings on the same endpoint

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

Bozhong Lin reassigned CXF-35:
------------------------------

    Assignee: maomaode

> Support multiple services/bindings on the same endpoint
> -------------------------------------------------------
>
>                 Key: CXF-35
>                 URL: https://issues.apache.org/jira/browse/CXF-35
>             Project: CXF
>          Issue Type: Task
>            Reporter: Dan Diephouse
>         Assigned To: maomaode
>             Fix For: 2.0-RC
>
>
> Use case 1: SOAP 1.1 and SOAP 1.2 on the same endpoint
> In this case we a soap 1.1 and soap 1.2 binding in our wsdl on the same endpoint address. This results in two bindingInfos and two endpointInfo in our service model. We need to be able to select the correct one based on whether soap 1.2 or 1.1 is used.
> Use case 2: Multiple services on the same endpoint, with a routing interceptor/handler
> I can write a wsdl with ports that use the same endpoint address, but have different port types. We need a mechanism for selecting the appropriate one or allow the user to write a mechanism to select the appropriate one.

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


[jira] Updated: (CXF-35) Support multiple services/bindings on the same endpoint

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

Bozhong Lin updated CXF-35:
---------------------------

    Component/s: Core

> Support multiple services/bindings on the same endpoint
> -------------------------------------------------------
>
>                 Key: CXF-35
>                 URL: https://issues.apache.org/jira/browse/CXF-35
>             Project: CXF
>          Issue Type: Task
>          Components: Core
>            Reporter: Dan Diephouse
>         Assigned To: maomaode
>             Fix For: 2.0-RC
>
>
> Use case 1: SOAP 1.1 and SOAP 1.2 on the same endpoint
> In this case we a soap 1.1 and soap 1.2 binding in our wsdl on the same endpoint address. This results in two bindingInfos and two endpointInfo in our service model. We need to be able to select the correct one based on whether soap 1.2 or 1.1 is used.
> Use case 2: Multiple services on the same endpoint, with a routing interceptor/handler
> I can write a wsdl with ports that use the same endpoint address, but have different port types. We need a mechanism for selecting the appropriate one or allow the user to write a mechanism to select the appropriate one.

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