Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 16078 invoked from network); 15 Nov 2006 06:41:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Nov 2006 06:41:00 -0000 Received: (qmail 84511 invoked by uid 500); 15 Nov 2006 06:41:09 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 84499 invoked by uid 500); 15 Nov 2006 06:41:09 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 84490 invoked by uid 99); 15 Nov 2006 06:41:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Nov 2006 22:41:09 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Nov 2006 22:40:58 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4962B7142FC for ; Tue, 14 Nov 2006 22:40:38 -0800 (PST) Message-ID: <29334201.1163572838297.JavaMail.jira@brutus> Date: Tue, 14 Nov 2006 22:40:38 -0800 (PST) From: "Bozhong Lin (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Updated: (CXF-35) Support multiple services/bindings on the same endpoint In-Reply-To: <15318539.1157573782991.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on 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