Re: Handling header-less responses

2015-05-27 Thread erd
Thanks for the reply. I should add that i'm using spring on camel 2.14 with the regular http component. here is the stacktrace, I hit the service with telnet, and it returned no headers, so I am assuming that is the issue here. Furthermore, the service that does have headers works fine. the header

Re: Handling header-less responses

2015-05-27 Thread Claus Ibsen
Hi Can you tell more about which http component you use, and what that exception is? maybe with a stacktrace. Camel has a bunch of http components so you can always try one of the others. On Tue, May 26, 2015 at 7:31 PM, erd wrote: > Hello all, > I have a route which GETs JSON from an external