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 5A1C0109B3 for ; Mon, 25 Nov 2013 16:11:57 +0000 (UTC) Received: (qmail 87719 invoked by uid 500); 25 Nov 2013 16:11:46 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 87009 invoked by uid 500); 25 Nov 2013 16:11:36 -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 86963 invoked by uid 99); 25 Nov 2013 16:11:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Nov 2013 16:11:33 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of tsnell@gmail.com designates 209.85.128.48 as permitted sender) Received: from [209.85.128.48] (HELO mail-qe0-f48.google.com) (209.85.128.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Nov 2013 16:11:19 +0000 Received: by mail-qe0-f48.google.com with SMTP id gc15so4038536qeb.21 for ; Mon, 25 Nov 2013 08:10:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=XU18o3YiCKNcLS28uxF7qZUFi5odjEodVA1j3XzcPa4=; b=WVjrXPc07PNOFZq+Tlhm88ea3CLVtUIUr3QtGWCJBFye9oCkUKPOAxqKaBJ85NJg5e DBzwPl1AG3xsFC8Bd9w0/SyxkQc2EDsd+3McG9dL21DKgQ4045jXGOugLzlabDYr3A8M GUbr02oH+M5U73joBFUlhweLBFakKtyKMhG6nKpBndKzni9funa6J+QMXNykLuMZyjC5 hMHOyYc6i/tf2z3zFUjlst/P6TRWRGtZ2qHd1+vfaddsby7NH3zjeNjg4rJoJaqTQorT DsflQirjqfH9mtlPO7SgaK17ifF4eVDWoIPYy7kXt1YuV6teWKWQ3obohwIRgyepsYxC iIyw== X-Received: by 10.49.98.100 with SMTP id eh4mr47136143qeb.42.1385395857144; Mon, 25 Nov 2013 08:10:57 -0800 (PST) Received: from [10.0.1.39] (c-71-197-38-66.hsd1.fl.comcast.net. [71.197.38.66]) by mx.google.com with ESMTPSA id f10sm73005373qej.1.2013.11.25.08.10.56 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 25 Nov 2013 08:10:56 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) Subject: Re: Calling RestfulServices From: Tracy Snell In-Reply-To: <1385383932685-5743797.post@n5.nabble.com> Date: Mon, 25 Nov 2013 11:10:55 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: References: <1385383932685-5743797.post@n5.nabble.com> To: "users@camel.apache.org" X-Mailer: Apple Mail (2.1822) X-Virus-Checked: Checked by ClamAV on apache.org You can also just use a processor when you need more control. See https://code.notsoclever.cc/camel-soap-rest-bridge-example/ On Nov 25, 2013, at 7:52 AM, trilochan237 = wrote: > Hi=20 >=20 > I need to consume RestFul services exposed on a remote machine. >=20 > I tried with the following routing technique (JAVA DSL) >=20 > = from("trilochan:queue1").to("http://RemoteMachine:9090/restxml.aspx?access= Code=3Da89d9f7d-9346-4074-aafd-3102706f48c9&vin=3D*5GAKRBKD8EJ11507*&repor= tType=3D2") >=20 > Issues I am facing: >=20 > 1.Need to set the proxy for accessing this service. > 2.Need to send the vin parameter at the runtime > 3.Not sure how to create endpoint for Restful services. >=20 >=20 >=20 >=20 >=20 > -- > View this message in context: = http://camel.465427.n5.nabble.com/Calling-RestfulServices-tp5743797.html > Sent from the Camel - Users mailing list archive at Nabble.com.