RE: How to call remote soap web service from a application using apache camel

2016-04-25 Thread Joseph
hi Mathews, I have a requirement like, I need to create a sample Camel project which invokes the mock web service created in my local soap. I have the wsdl and created the mock in soap. I need to use the Spring DSL to make the web service call. I am beginner to use this Camel framework. Do you hav

RE: How to call remote soap web service from a application using apache camel

2013-12-17 Thread Reji Mathews
I haven't uses test cases reena upadhyay wrote: >Hi, >As I am beginner , want to know how did you executed this through test case? > >> Date: Mon, 16 Dec 2013 09:48:31 -0800 >> From: contactr...@gmail.com >> To: users@camel.apache.org >> Subject: RE: How

RE: How to call remote soap web service from a application using apache camel

2013-12-16 Thread reena upadhyay
Hi, As I am beginner , want to know how did you executed this through test case? > Date: Mon, 16 Dec 2013 09:48:31 -0800 > From: contactr...@gmail.com > To: users@camel.apache.org > Subject: RE: How to call remote soap web service from a application using > apache camel > &g

RE: How to call remote soap web service from a application using apache camel

2013-12-16 Thread contactreji
Reena. I used Active MQ cos in my example, I am taking the input from an Active MQ queue. The use case takes an input string from queue like example "tom-cruise" .. The program separates 'tom' and 'cruise' as first name and last name and uses them to invoke the webservice which returns the Marks a

RE: How to call remote soap web service from a application using apache camel

2013-12-16 Thread contactreji
Why would you want to use a Code first approach when you are creating the client program which consumes the service? U have the wsdl of the service. So its easier to follow a wsdl first approach here. Usually we follow code first approach when we create services. Not when we consume services. For

RE: How to call remote soap web service from a application using apache camel

2013-12-16 Thread reena upadhyay
One more question here I have:Why you have used ActiveMQ here? > From: reena2...@outlook.com > To: users@camel.apache.org > Subject: RE: How to call remote soap web service from a application using > apache camel > Date: Mon, 16 Dec 2013 23:06:24 +0530 > > Hi, > Tha

RE: How to call remote soap web service from a application using apache camel

2013-12-16 Thread reena upadhyay
pache.org > Subject: RE: How to call remote soap web service from a application using > apache camel > > Hi Reena > > The Camel-xml route file is already included in the code. Anyways its as > follows > > * > > > > http://www.springframework.org/schema/bea

RE: How to call remote soap web service from a application using apache camel

2013-12-16 Thread contactreji
Hi Reena The Camel-xml route file is already included in the code. Anyways its as follows * http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:camel="http://camel.apache.org/schema/spring"; xmlns:jaxws="http://cxf.apache.

RE: How to call remote soap web service from a application using apache camel

2013-12-16 Thread reena upadhyay
Hi Sir,Can you please show me your camel-route.xml? > Date: Sun, 15 Dec 2013 09:33:07 -0800 > From: contactr...@gmail.com > To: users@camel.apache.org > Subject: Re: How to call remote soap web service from a application using > apache camel > > Hi Reena > > U ne

Re: How to call remote soap web service from a application using apache camel

2013-12-15 Thread Christian Müller
Did you checked our examples page? http://camel.apache.org/examples.html Check out the CXF examples... Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member https://www.li

Re: How to call remote soap web service from a application using apache camel

2013-12-15 Thread contactreji
Hi Reena U need to use CXF component for doing the same. Here i am following the WSDL first approach. i.e I got the wsdl file from the service provider. The wsdl file which I got is as follows. * http://schemas.xmlsoap.org/wsdl/"; xmlns:tns="http://xmlns.example.com/1386864564116"; xmlns:soap="ht

RE: How to call remote soap web service from a application using apache camel

2013-12-15 Thread reena upadhyay
Can anybody guide me on this? > From: reena2...@outlook.com > 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 > > Hi, > > I have a apache cxf soap service deployed on a web container tomca