Hello,
I've made some progress with the original question. I appears that I am
receiving a response as expected. However, the response isn't in the body.
So when i do a .log("Message: ${body}) in the route, it comes back blank.
Although in my unit tests the following statement returns the response in
the String as expected.
String response = (String) template.requestBody("direct:accessAuth", new
String(Files.readAllBytes(Paths.get(getClass().getResource("/requests/raw.txt").toURI()))));
What am I missing? I've started to look into the stream caching, tho i'm
not sure if this is the right direction.
ANY ideas are appreciated!
Thanks!
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-netty-no-response-received-from-remote-server-tp5759592p5759650.html
Sent from the Camel - Users mailing list archive at Nabble.com.