Hi ! I would like to be able to see the XML Stream generated by my CXF generated from WSDL client. Is there a way to do this ?
For example, I'm building my request with Java objects, and I would like to see the XML stream built by CXF before it sends it to the server.
Thank you for your answer !