-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: 3.0.0
-
Fix Version/s: None
-
Component/s: camel-cxf
-
Labels:None
-
Estimated Complexity:Unknown
We are trying to migrate from 2.x (2.24.1) to 3.0.0.
We have a cxfEndpoint routed to camel route . So camel exchange headers and body are populated to soap response accordingly. It was working fine, but after upgrade defaultCxfbinding (which i believe is responsible class for this), is unable to pass it on. Hence soap response always comes empty.
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body/>
</soap:Envelope>
DataFormat is PAYLOAD.