Ok, the thing that does the trick is to transform the javax.xml.transform.Source returned by the invoke method in PersistenceProvider (dispatcher) into a DOMSource. That allows CXF filling the outgoing soap envelope body correctly.
Problem solved. It would be nice to understand why the SAXSource is not correctly handled, though... Thank you everybody, matteo ----- matteo -- View this message in context: http://cxf.547215.n5.nabble.com/Problem-on-the-way-back-to-the-client-CXF-WS-dispatch-tp5719999p5720225.html Sent from the cxf-user mailing list archive at Nabble.com.
