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 D871A10717 for ; Tue, 8 Oct 2013 12:17:02 +0000 (UTC) Received: (qmail 60612 invoked by uid 500); 8 Oct 2013 12:17:00 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 60540 invoked by uid 500); 8 Oct 2013 12:17:00 -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 60524 invoked by uid 99); 8 Oct 2013 12:16:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Oct 2013 12:16:58 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of writedeshmukh@live.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Oct 2013 12:16:52 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1VTWDH-0006QP-Cq for users@camel.apache.org; Tue, 08 Oct 2013 05:16:31 -0700 Date: Tue, 8 Oct 2013 05:16:31 -0700 (PDT) From: jhonny To: users@camel.apache.org Message-ID: <1381234591390-5741130.post@n5.nabble.com> Subject: How to acess data from Rest WebService MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, i had a Rest web Service hosted some where. whose url i need to hit (method=get), which then asked me the login id and password and after authenticated it give the response which has data. so this is my from/start point so i had tried the below option, but it didn't work and throw "org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint"due to: No component found with scheme: http the approach i tried to create from/ start point using spring DSL is as follow is this right way to do ? or am doing something big mistake ? can somebody help me on this -- View this message in context: http://camel.465427.n5.nabble.com/How-to-acess-data-from-Rest-WebService-tp5741130.html Sent from the Camel - Users mailing list archive at Nabble.com.