Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 38116 invoked from network); 23 Jul 2007 15:14:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jul 2007 15:14:55 -0000 Received: (qmail 90915 invoked by uid 500); 23 Jul 2007 15:14:55 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 90765 invoked by uid 500); 23 Jul 2007 15:14:55 -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 90341 invoked by uid 99); 23 Jul 2007 15:14:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jul 2007 08:14:53 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Mon, 23 Jul 2007 08:14:51 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 99976714201 for ; Mon, 23 Jul 2007 08:14:31 -0700 (PDT) Message-ID: <11165782.1185203671619.JavaMail.jira@brutus> Date: Mon, 23 Jul 2007 08:14:31 -0700 (PDT) From: "Dan Diephouse (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Created: (CXF-824) SOAPAction can't be used to select an operation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org SOAPAction can't be used to select an operation ----------------------------------------------- Key: CXF-824 URL: https://issues.apache.org/jira/browse/CXF-824 Project: CXF Issue Type: Bug Affects Versions: 2.0 Reporter: Dan Diephouse Fix For: 2.0.1 It seems we're just ignoring the SOAPAction on the server side. The SOAPAction should be able to help us select the appropriate operation in certain cases. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.