Re: Need help with OAuth for Camel Https Client

2014-10-14 Thread camelcoder07
Thanks for the reply. Is it possible to do what I am doing above using cxf and oauth since the web service I am posting to is a REST web service? Thank you -- View this message in context: http://camel.465427.n5.nabble.com/Need-help-with-OAuth-for-Camel-Https-Client-tp5757513p5757561.html Sen

Need help with OAuth for Camel Https Client

2014-10-13 Thread camelcoder07
I am needing some help understanding how I can change a camel router from using API key authentication to OAuth which is required by the web service. I currently have the below code working to the web service using API key but I need help understanding how to make the conversion to OAuth. I have

Re: Camel Spring HTTP Consumer using remote Rest web service

2014-10-09 Thread camelcoder07
I don't know if I should create a new thread for this question or not but I was wanting to know if anyone had any suggestions on where to look for passing a dynamic value to body in the values for sincetime and until time. What I want to do is be able to insert the value in milliseconds for 5 minu

Re: Camel Spring HTTP Consumer using remote Rest web service

2014-10-09 Thread camelcoder07
Ok, I now have this working. I needed to add a ? before the apikey in the https uri. Thanks to all for the help. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Spring-HTTP-Consumer-using-remote-Rest-web-service-tp5757395p5757450.html Sent from the Camel - Users maili

Re: Camel Spring HTTP Consumer using remote Rest web service

2014-10-09 Thread camelcoder07
Thank you for the reply. I am getting the bellow error now when executing my camel context, and I want to know if this is being returned from the web service or if this is an internal error from camel? If it is in my camel context is there something different that I should be doing here? Thanks

Re: Camel Spring HTTP Consumer using remote Rest web service

2014-10-08 Thread camelcoder07
I fixed this issue now by using a timer instead of direct:start. Can anyone tell me how to set the body type to application/json when sending the data to the web service? Thank you -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Spring-HTTP-Consumer-using-remote-Rest-

Re: Camel Spring HTTP Consumer using remote Rest web service

2014-10-08 Thread camelcoder07
Thank you for this information. For some reason it does not look like I am even calling the REST endpoint. Is there a way to find out where this is hanging up at? When I run my camel-context.xml test all it says is that there is a total of 1 routes and of which 1 is started. Any help is much ap

Camel Spring HTTP Consumer using remote Rest web service

2014-10-07 Thread camelcoder07
Hi, I need some help setting up my camel configuration to consume data from a remote rest web service using camel. This remote service is https and uses api-key for authentication. I also need to POST to this web service with a query as well to get data returned. I need help with how to pass the