We have a Web Service client generated with CXF from a WSDL. We now need to have an access to the generated SOAP requests in order to persist them. It seems that the framework does not provide this behaviour by default.
Anyway do you guys ever tried to do such a thing?
I am thinking of building my own interceptor that can access to the fully generated message but maybe there is a better choice?
Any advice?
Thanks in advance.