Tracing soap calls in Zimbra

Tracing soap calls in Zimbra



Problem:

How do we trace soap requests and responses in Zimbra for a single user?


Solution:

All the soap requests and responses are recorded in the /opt/zimbra/log/mailbox.log file.
However by default the logging is at a minimum, so increasing the logging may be helpful as well in this case.

To increase it for a single user, run :

zmprov aal user@example.com zimbra.soap trace

To remove these, run :

zmprov ral user@example.com

This will reset all the logging for that account to the default values.

The zimbra.soap trace logging gives the entire request and response.



Submitted by: Shashank Tewari

Jump to: navigation, search