Dominik Amon created CAMEL-7061:
-----------------------------------
Summary: DefaultCxfRsBinding only uses Exchange.getOut()
Key: CAMEL-7061
URL: https://issues.apache.org/jira/browse/CAMEL-7061
Project: Camel
Issue Type: Bug
Components: camel-cxf
Affects Versions: 2.12.2
Reporter: Dominik Amon
When {{org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding}} is populating
the response from an {{org.apache.camel.Exchange}} then only the
{{exchange.getOut().getBody()}} is used.
In the SOAP case {{org.apache.camel.component.cxf.DefaultCxfBinding}} the
response is either uses {{exchange.getOut().getBody()}} or
{{exchange.getIn().getBody()}}
See also
[Discussion|http://camel.465427.n5.nabble.com/DefaultCxfRsBinding-only-uses-Exchange-getOut-td5744605.html]
for more details.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)