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 2BF09C977 for ; Tue, 15 May 2012 04:02:55 +0000 (UTC) Received: (qmail 2841 invoked by uid 500); 15 May 2012 04:02:54 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 2527 invoked by uid 500); 15 May 2012 04:02:53 -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 2491 invoked by uid 99); 15 May 2012 04:02:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2012 04:02:52 +0000 X-ASF-Spam-Status: No, hits=3.0 required=5.0 tests=FORGED_YAHOO_RCVD,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2012 04:02:47 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1SU8xu-0006qq-LU for users@camel.apache.org; Mon, 14 May 2012 21:02:26 -0700 Date: Mon, 14 May 2012 21:02:26 -0700 (PDT) From: soumya_sd To: users@camel.apache.org Message-ID: <1337054546660-5709759.post@n5.nabble.com> Subject: How to get this done in Camel MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I've a route that 1. invokes a http web url using "direct:in" and gets a response back and does some processing (parsing etc). 2. I need to send the parsed response to a bean that is dynamically created using some parameters that are part of my original message body. 3. Finally, I need to send the response back to the ProducerTemplate. Thanks. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-get-this-done-in-Camel-tp5709759.html Sent from the Camel - Users mailing list archive at Nabble.com.