RE: How to provide basic authoraizaton (user & password) in Spring DSL to acess rest webservice

2013-10-16 Thread jhonny
@n5.nabble.com> Sent: ‎15-‎10-‎2013 21:37 To: jhonny<mailto:writedeshm...@live.com> Subject: Re: How to provide basic authoraizaton (user & password) in Spring DSL to acess rest webservice I was getting that error when using the http component, even though creds were correct. Wh

How to provide basic authoraizaton (user & password) in Spring DSL to acess rest webservice

2013-10-15 Thread jhonny
Hi All, I want to hit the rest url (http request GET) to get the data. so in my SPRING DSL file i had put the url as below in "from" tag. Am using campel-http4 component for this. But in my appllication am getting the error response as below "HTTP Status 401 - Full authentication is require

How to acess data from Rest WebService

2013-10-08 Thread jhonny
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

Is there any way of to convert json object to ---> csv record in spring DSL way , or i need to write my own processor to do this ?

2013-10-08 Thread jhonny
Is there any way of to convert json object to csv record in spring DSL way , or i need to write my own processor to do this ? -- View this message in context: http://camel.465427.n5.nabble.com/Is-there-any-way-of-to-convert-json-object-to-csv-record-in-spring-DSL-way-or-i-need-to-write-my-own-

Re: How to Give any java application as a end point in from (....)

2013-09-01 Thread jhonny
Thanks Pontus Ullgren , can you explain something about seda implementation, i go to url but am not able to get much, want to know how we define seda que and put the messages to it ? in my given example -- View this message in context: http://camel.465427.n5.nabble.com/How-to-Give-any-java-app

Re: How to Give any java application as a end point in from (....)

2013-08-30 Thread jhonny
getMessage() is called by the java application contiously , where it insert the messages coniniously -- View this message in context: http://camel.465427.n5.nabble.com/How-to-Give-any-java-application-as-a-end-point-in-from-tp5738327p5738328.html Sent from the Camel - Users mailing list archive

How to Give any java application as a end point in from (....)

2013-08-30 Thread jhonny
Hi, Am Novice to Camel. I had a java application which continuously produces the messages, i can get this messages by implementing the one of the method [getMEssages()] in my main class , my code looks like below public class StandAloneCameClass implements MessageProducer { pub

Re: How to called the processor

2013-08-30 Thread jhonny
thanks for the help.. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-called-the-processor-tp5737769p5738324.html Sent from the Camel - Users mailing list archive at Nabble.com.