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

2016-04-25 Thread Joseph
/How-to-call-remote-soap-web-service-from-a-application-using-apache-camel-tp5744734p5781694.html Sent from the Camel - Users mailing list archive at Nabble.com.

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

2013-12-17 Thread Reji Mathews
t according to your requirement. >> >> Reji >> >> >> >> -- >> View this message in context: >> http://camel.465427.n5.nabble.com/How-to-call-remote-soap-web-service-from-a-application-using-apache-camel-tp5744734p5744871.html >> Sent from the Camel - Users mailing list archive at Nabble.com. >

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
ervice which returns the Marks and Rank. In your example, you may be having some other requirement. So customize the project according to your requirement. Reji -- View this message in context: http://camel.465427.n5.nabble.com/How-to-call-remote-soap-web-service-from-a-application-using-apach

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

2013-12-16 Thread contactreji
code first approach, checkout jboss fuse example SOAP. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-call-remote-soap-web-service-from-a-application-using-apache-camel-tp5744734p5744869.html Sent from the Camel - Users mailing list archive at Nabble.com.

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
-PC:8181/WebService.serviceagent/getResultEndpoint1"; serviceClass="com.example.xmlns._1386864564116.GetResult" /> * -- View this message in context: http://camel.465427.n5.nabble.com/How-to-call-remote-soap-web-service-from-a-application-using-apache-camel-tp5744734p5744850.html Sent from the Camel - Users mailing list archive at Nabble.com.

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
://www.linkedin.com/pub/christian-mueller/11/551/642 On Sun, Dec 15, 2013 at 6:00 PM, reena upadhyay wrote: > 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

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

2013-12-15 Thread contactreji
} public void destroy() { try { t.join(); } catch (InterruptedException e) { // TODO Auto-generated catch block e.printStackTrace(); } } } * My overall project structure will look like as follows <http://camel.465427.n5.nabble.com/file/n5744794/structure.jpg> Hope my post will be helpful. Cheers Reji -- View this message in context: http://camel.465427.n5.nabble.com/How-to-call-remote-soap-web-service-from-a-application-using-apache-camel-tp5744734p5744794.html Sent from the Camel - Users mailing list archive at Nabble.com.

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

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

2013-12-13 Thread reena upadhyay
Hi, 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 a