GitHub user DG007 opened a pull request: https://github.com/apache/camel/pull/1940
CAMEL-11785: CompositeApiClient cannot handle null resposnestream The DefaultCompositeApiClient class didnt consider null as a valid response stream and was only considering Json and XML format. But it has to also handle null responses, incase we have an update query. You can merge this pull request into a Git repository by running: $ git pull https://github.com/DG007/camel master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1940.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1940 ---- commit 3f49257f0e37b0fcff009820795e6bf68ed6249d Author: GeorgeD <geor...@hgdeclfr002861.grp.haufemg.com> Date: 2017-09-19T09:54:50Z CAMEL-11785: CompositeApiClient cannot handle null resposnestream ---- ---