Tracing soap calls in Zimbra

Revision as of 11:53, 14 August 2017 by Nbhagwat (talk | contribs) (Created page with "===<h1>Tracing soap calls in Zimbra</h1>=== <hr> <br> <h2>Problem:</h2> How do we trace soap requests and responses in Zimbra for a single user? <h2>Solution:</h2> All the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.


"Shashank Tewari"

<stewari@zimbra.com>

Jump to: navigation, search