Hi, I'm using a CXF binding component consumer endpoint in servicemix with WSDL defined. From this endpoint I send to JBI endpoint defined in Camel.
My question is: how can I modify (or customize) the SOAP response message send back by the CXF binding component to SOAP client. Currently before sending it back to CXF BC I use XSL (In this way the first child in Body appears twice). But I guess must better or a recommended way to do it. Thanks, Zsolt