Quote:
Originally Posted by Dirk Well, a few hours in and I'm really beginning to think that the 's' in Soap should not stand for 'simple'
I'd expect to be able to throw a few lines of code together and get a response, but everything I'm seeing so far is insanely complicated considering I'm just trying to do the SQL equivalent of Select Count(message) from account where account = 'thisone'
Time to checkout the zimbra source code I guess... |
There are a lot of people who think that, hence REST.
Something that I have found very useful is to get the latest version of Firebug for Firefox. Once you put it into debugging mode (click the icon in the lower status bar) you can see network traffic go back and forth. That includes the SOAP requests and the javascript responses. If you make your request look like their request, it will work.
Most of the API's are documented in the soap.txt file in the ZimbraServer/Doc directory. Take a look at the ZimbraWebClient, not at the backend server.