Log axis2 client requests and responses

Posted by Manuel Darveau on Stack Overflow See other posts from Stack Overflow or by Manuel Darveau
Published on 2010-03-26T15:14:35Z Indexed on 2010/03/30 2:23 UTC
Read the original article Hit count: 514

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about axis2

Related posts about webservice