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
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
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
Hi,
ContentType should be passed as Apache Camel Header
Example : setHeader("Content-Type", "application/json")
Regards,
On Wed, Oct 8, 2014 at 11:16 PM, camelcoder07 wrote:
> I fixed this issue now by using a timer instead of direct:start.
>
> Can anyone tell me how to set the body type to a
Hi,
I think Charles already show you how to do it by using setBody DSL.
BTW, if you using direct:start, you need to use producer template to send the
message to the direct:start endpoint to kick the route.
--
Willem Jiang
Red Hat, Inc.
Web: http://www.redhat.com
Blog: http://willemjiang.blogs
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-
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
Hi,
You json string message should be added to the body of the Camel Exchange
before to call the HTTPS endpoint
YOUR JSON STRING
Regards,
On Tue, Oct 7, 2014 at 10:30 PM, camelcoder07 wrote:
> Hi, I need some help setting up my camel configuration to consume data
> from a
> remote res