Details
Description
Adding an empty processor to the route in [1]
<route> <from uri="cxfrs://bean://rsClientHttp"/> <process ref="emptyProcessor"/> </route> <bean id="emptyProcessor" class="org.apache.camel.component.cxf.jaxrs.EmptyProcessor"/>
loses the response body.