Details
Description
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 for more details.
Attachments
Attachments
Issue Links
- is related to
-
CAMEL-7198 [cxfrs] Consumer returns 204 response for simple route
- Resolved