Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 731F7F7C5 for ; Mon, 29 Apr 2013 17:42:15 +0000 (UTC) Received: (qmail 2584 invoked by uid 500); 29 Apr 2013 17:42:14 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 2550 invoked by uid 500); 29 Apr 2013 17:42:14 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 2541 invoked by uid 99); 29 Apr 2013 17:42:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Apr 2013 17:42:14 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of christian.mueller@gmail.com designates 209.85.219.43 as permitted sender) Received: from [209.85.219.43] (HELO mail-oa0-f43.google.com) (209.85.219.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Apr 2013 17:42:09 +0000 Received: by mail-oa0-f43.google.com with SMTP id k7so6332960oag.2 for ; Mon, 29 Apr 2013 10:41:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=c1TYCD012BqXmEVUyGIDViGzJLaytfj2u5YHeeHLsVA=; b=NU3OgqqZ4L7g/ESNSJz3mu/Y3hySn8XCM91S1UZtBWhh3rTT7bei69eecFr13HnmQJ e+bYuDSNNGrtDjPdfXR+k8Ck3RoK8r2TTPwG01bfBFwYyQOmejkaEtJOddWUv/8jiIfN qdNe6R2sDGwQKs/JJphnW7bSdEc2Xn4gXOHxjZNA4WFEpUk8qEoWaE4eRlR1FdkHM2gS Zht2XGBjZioE5JZjtniir+h7Us0J8OeTUtWK3rNvDwJoggE4SrrzbDpRItKW1P3MfGiZ aJN1BTovb5XZgWW40QvLVfjXxtoXarU+37a3cns4p3lvAtrXrdQI52TzCwoZokzvqhjx MHeg== MIME-Version: 1.0 X-Received: by 10.182.12.6 with SMTP id u6mr23434668obb.3.1367257308168; Mon, 29 Apr 2013 10:41:48 -0700 (PDT) Received: by 10.182.176.6 with HTTP; Mon, 29 Apr 2013 10:41:48 -0700 (PDT) Received: by 10.182.176.6 with HTTP; Mon, 29 Apr 2013 10:41:48 -0700 (PDT) In-Reply-To: <1367246135169-5731741.post@n5.nabble.com> References: <1367246135169-5731741.post@n5.nabble.com> Date: Mon, 29 Apr 2013 19:41:48 +0200 Message-ID: Subject: Re: How to create a generic SOAP consumer? From: =?ISO-8859-1?Q?Christian_M=FCller?= To: users@camel.apache.org Content-Type: multipart/alternative; boundary=f46d0444edd32b8a9204db8366b4 X-Virus-Checked: Checked by ClamAV on apache.org --f46d0444edd32b8a9204db8366b4 Content-Type: text/plain; charset=ISO-8859-1 Did you checked the camel-soap component? Sent from a mobile device Am 29.04.2013 16:36 schrieb "Smith-John" : > Hi, > > I need a generic SOAP consumer but don't know how to build it. > The consumer should be able to consume any kind of SOAP message and should > be able to pick out the body of it. > > I tried to realize it with cxf-component and MESSAGE format, but this way I > can't handle headers. > > With PAYLOAD dataformat I don't know how I can make the consumer to be > generic. Always getting "Message part XXX was not recognized. (Does it > exist in service WSDL?)". Is there a way to define the wsdl to be able to > handle any kind of requests? > > > Regards. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-to-create-a-generic-SOAP-consumer-tp5731741.html > Sent from the Camel - Users mailing list archive at Nabble.com. > --f46d0444edd32b8a9204db8366b4--