Re: curl

2015-10-02 Thread Suganya
Hi Asaf, Claus, thanks for your replies. did not work and i tried few other escape stuffs as well but none seem to work. The only way that i was able to pass the json is by using a temporary file. --silent --sslv3 --verbose --cacert {{cacertFile}}

Re: curl

2015-10-02 Thread Suganya
I tried below, testingsimple> but getting the below error stating caught: org.apache.camel.language.bean.RuntimeBeanExpressionException: Failed to invoke method: .stdout on null due to: org.apache.camel.language.bean.RuntimeBeanExpressionException: Failed to invoke method: stdout on null due

Re: curl

2015-09-28 Thread Suganya
Hi, Thanks for your reply. The GET command is working using the exec component. But I am stuck with the POST or the PUT command. The input data is in JSON format. But I am unable to pass it. Where am I going wrong? below is the command. -- View this message in context:

curl

2015-09-18 Thread Suganya
Hi, ' Is it possible to run curl command in camel routes? -- View this message in context: http://camel.465427.n5.nabble.com/curl-tp5771624.html Sent from the Camel - Users mailing list archive at Nabble.com.

SSLcontextparameters in http4 component

2015-09-08 Thread Suganya
Hi, I am trying to invoke an endpoint url with sslContextParameters applied to it. I am using camel-http4-2.11.3jar. Below is the code snippet, GET Basic YWRtaW46dGVzdHBhc3M= https://something.com/some http://camel.apache.org/schema/spring;> but getting