Re: Camel Context as Rest Consumer and HTTP Producer

2016-01-26 Thread bob anderson
Hi Richard, Thanks for the suggestion. I tried the change by setting the CamelHttpBaseUri header BUT still get a 404 "The requested resource () is not available." I can't see what URL camel is actually trying to call. But something happens when you try to have an HTTP consumer (Listener) and HTTP p

Re: Camel Context as Rest Consumer and HTTP Producer

2016-01-25 Thread Richard Davidson
Hi Bob, Could you try setting: http://xx.xxx.xxx.x/myhttpapp-1 before you make the outgoing HTTP call. Cheers, Richard On Mon, Jan 25, 2016 at 9:33 PM, bob anderson wrote: > I am trying to

Camel Context as Rest Consumer and HTTP Producer

2016-01-25 Thread bob anderson
I am trying to use a Rest consumer and then an HTTP Producer in the same camel context. Both the Rest consumer works and the HTTP producer work separately but not in the same context. The HTTP app that is called is just another Camel servlet app that listens and returns an xml body message. I get a