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 EEBA310357 for ; Fri, 13 Dec 2013 13:06:52 +0000 (UTC) Received: (qmail 44656 invoked by uid 500); 13 Dec 2013 13:06:45 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 44614 invoked by uid 500); 13 Dec 2013 13:06:42 -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 44423 invoked by uid 99); 13 Dec 2013 13:06:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Dec 2013 13:06:31 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of reena2485@outlook.com designates 65.55.90.81 as permitted sender) Received: from [65.55.90.81] (HELO snt0-omc2-s6.snt0.hotmail.com) (65.55.90.81) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Dec 2013 13:06:25 +0000 Received: from SNT150-W73 ([65.55.90.71]) by snt0-omc2-s6.snt0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 13 Dec 2013 05:06:03 -0800 X-TMN: [XiwktbWzucnK1d0iaACQHaFNx45DyTjA] X-Originating-Email: [reena2485@outlook.com] Message-ID: Content-Type: multipart/alternative; boundary="_8645a79c-f244-47a2-b015-495ddfcf2026_" From: reena upadhyay To: "users@camel.apache.org" Subject: How to call remote soap web service from a application using apache camel Date: Fri, 13 Dec 2013 18:36:03 +0530 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 13 Dec 2013 13:06:03.0929 (UTC) FILETIME=[13FDF090:01CEF804] X-Virus-Checked: Checked by ClamAV on apache.org --_8645a79c-f244-47a2-b015-495ddfcf2026_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi=2C I have a apache cxf soap service deployed on a web container tomcat. The web service is is published on TOMCAT on URL: http://localhost:8181/exemplar/Quote?wsdl This wsdl has several web service operations exposed. I want to call web service method findQuote(int quoteId) from a external ap= plication using apache camel. Please guide me how to invoke a soap web service by passing request paramet= er and how to get the response in apache camel. If anybody have a piece of code for this use case=2C then it would be of re= ally very great help for me. Thanks in advance. = --_8645a79c-f244-47a2-b015-495ddfcf2026_--