I am writing a camel proxy route to invoke an external web service. It so happens that the payload of the target service is pretty big. How do I handle this scenario in the route. Coming from OSB background, in OSB, this is done by using chunked streaming mode. How can we achieve similar results in Apache camel.
The issue that I am facing with the normal payload data format route is that invocations are failing with Control Character issues as explained in my previous question : Apache Camel CXF - Error Illegal character ((CTRL-CHAR, code 31)