So what exactly are you posting now? You can turn on debug on tomcat with:
/opt/zimbra/tomcat/conf/log4j.properties
Add this line to the bottom of that file and restart tomcat.
log4j.logger.zimbra.soap=DEBUG
This should dump what we get off the wire into the logs. |