I would like to log all requests/responses made by an axis2 client.
I tried to create a file called client-config.wsdd
as describer in http://code.google.com/support/bin/answer.py?hl=en&answer=15137 but without success (I don't get a log file).
Requests are made over https and I am not sure if it matters. I tried
<transport name="http" pivot="java:org.apache.axis.transport.http.HTTPSender"/>
and
<transport name="https" pivot="java:org.apache.axis.transport.http.HTTPSender"/>
without success.