We have a couple of SOAP based web services, some are exposed via Apache CXF directly via contract first approach some are exposed as a service via Apache Camel and its CXF extension. Up to now we used a PAYLOAD approach as data format for the CxfSpringEndpoint but as requirements changed I have to change the data format to POJO instead to enable the unmarshalled object directly via Camel's message body.We have a couple of SOAP based web services, so