I too would like to know how to log the xml request and response (and preferably intercept it so I can scrub it). I am just using the client I generated from wsimport. I don't believe I am using cxf or metro or axis, but I am not that experienced with web services. The client is running out of a
Tomcat instance.
Can you create a javax.xml.ws.handler.LogicalHandler and use that to act as a filter?
Thanks,
Rob