Re: https4 protocal is giving org.apache.http.client.ClientProtocolException caused by: null

2016-10-20 Thread Manjanshavali
Hi, I am trying to use CamelHttpUri instead of setting CamelHttpUri header with the below url: https4://xxx.xxx.xx/- ${property[redeem_uri]} application/json application/vnd.api+json java.lang.Exception Note: when i am removing

https4 protocal is giving org.apache.http.client.ClientProtocolException caused by: null

2016-10-19 Thread Manjanshavali
I am setting process: -- 1)setting property in process method. exchange.setProperty("redeem_uri",value); rote: - 2) using the same property in the below route PATCH ${property[redeem_uri]} -- -- result: --