Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 290 invoked from network); 18 Feb 2010 23:35:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Feb 2010 23:35:03 -0000 Received: (qmail 81115 invoked by uid 500); 18 Feb 2010 23:35:03 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 81060 invoked by uid 500); 18 Feb 2010 23:35:03 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 81050 invoked by uid 500); 18 Feb 2010 23:35:03 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 81047 invoked by uid 99); 18 Feb 2010 23:35:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 23:35:03 +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; Thu, 18 Feb 2010 23:35:01 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3141529A0012 for ; Thu, 18 Feb 2010 15:34:40 -0800 (PST) Message-ID: <2145409222.3781266536080186.JavaMail.jira@brutus.apache.org> Date: Thu, 18 Feb 2010 23:34:40 +0000 (UTC) From: "Christian Schneider (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Updated: (CAMEL-2396) Add a DataFormat for handling JAXB data inside SOAP In-Reply-To: <845379042.9521264348964554.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Schneider updated CAMEL-2396: --------------------------------------- Attachment: camel-soap-2010-02-19.patch Added new patch containing: - Integration test with camel-cxf - unmarshalling of soap faults (found it was missing when doing integration tests) - had to change CamelInvocationHandler in core as it was not able to return Exceptions > Add a DataFormat for handling JAXB data inside SOAP > --------------------------------------------------- > > Key: CAMEL-2396 > URL: https://issues.apache.org/activemq/browse/CAMEL-2396 > Project: Apache Camel > Issue Type: New Feature > Components: camel-jaxb > Reporter: Christian Schneider > Assignee: Willem Jiang > Fix For: 2.3.0 > > Attachments: camel-soap-2010-02-07.patch, camel-soap-2010-02-08.patch, camel-soap-2010-02-19.patch, camel-soap-no-classresolver-2010-02-09.patch > > > Currently a user who wants to implement or call webservices needs to use one of the heavy weight frameworks (CXF or Axis) even for simple cases. > So we should have a SoapJaxbDataFormat that simply allows to add or remove the Soap Envelope and Body around one data element that is then processed using JAXB. The Data format should only handle the case of doc/lit services. > The stub code can be generated using the cxf WSDL2Java or Codegen maven plugin but there should be no runtime dependency on CXF or Axis. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.