I'm using Websphere 7. Using existing WSDL, I've created WS client using wsimport ant task (com.sun.tools.ws.ant.WsImport).
Is there a way I can log SOAP xml requests/responses sent/received by this client?
Trace for SOAP WS messages can be enabled by following these steps on Websphere 7 administration console:
*=info: com.ibm.ws.websvcs.trace.*=all
SOAP request/responses can now be found in trace.log on your appl. server.