Open jkorab opened 9 years ago
Similar issue in XML equivalent, camel-cookbook-web-services/ws-camel-routes/..spring/proxy-context.xml:
<from uri="cxf:bean:paymentServiceProxy?dataFormat=PAYLOAD&allowStreaming=false"/>
<to uri="log:wsProxyRequest?showAll=true&multiline=true"/>
<to uri="cxf:bean:paymentServiceBackend?dataFormat=PAYLOAD&allowStreaming=false"/>