Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 97406 invoked from network); 21 Jun 2009 04:42:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Jun 2009 04:42:28 -0000 Received: (qmail 44477 invoked by uid 500); 21 Jun 2009 04:42:39 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 44420 invoked by uid 500); 21 Jun 2009 04:42:39 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 44410 invoked by uid 99); 21 Jun 2009 04:42:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Jun 2009 04:42:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Jun 2009 04:42:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A5313234C004 for ; Sat, 20 Jun 2009 21:42:07 -0700 (PDT) Message-ID: <34429373.1245559327659.JavaMail.jira@brutus> Date: Sat, 20 Jun 2009 21:42:07 -0700 (PDT) From: "Liu Cong (JIRA)" To: issues@cxf.apache.org Subject: [jira] Updated: (CXF-2253) Implement the SOAP/JMS specification for CXF In-Reply-To: <231706227.1244385368141.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liu Cong updated CXF-2253: -------------------------- Attachment: jms-spec-patch.txt > Implement the SOAP/JMS specification for CXF > -------------------------------------------- > > Key: CXF-2253 > URL: https://issues.apache.org/jira/browse/CXF-2253 > Project: CXF > Issue Type: Task > Components: Transports > Affects Versions: 2.3 > Reporter: Liu Cong > Attachments: jms-spec-patch.txt > > > Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, Restful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI. > SOAP over JMS offers an alternative messaging mechanism to SOAP over HTTP. SOAP over JMS offers more reliable and scalable messaging support than SOAP over HTTP. > SOAP over JMS specification([WWW] http://www.w3.org/TR/soapjms/) is aimed at a set of standards for the transport of SOAP messages over JMS (Java Message Service). The main purpose is to ensure interoperability between the implementations of different Web services vendors. > CXF does support SOAP over JMS, but it does not meet the current draft specification defined at [WWW] http://www.w3.org/TR/soapjms/ and instead uses some proprietary formats, headers, url formats, etc. This project would update the SOAP/JMS support in CXF to be completely specification compliant. > Upon sucessful completion of the SOAP/JMS project, CXF will become one of the very first Open Source implementations of the SOAP/JMS specificiation. > My work state: http://wiki.apache.org/general/soapjms4cxf > GitHub Source Code: http://github.com/liucong/jms4cxf2/tree/master -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.