View Single Post
  #2 (permalink)  
Old 09-29-2005, 02:05 PM
anand anand is offline
Zimbra Employee
 
Posts: 274
Default use the source :-)

In the source, check out ZimbraServer/docs/soap*.txt and ZimbraServer/src/db/*.sql.
That should give you a fair idea of the SOAP APIs and the underlying schema.
The Java sources are fairly cleanly organized across packages - so it is not that difficult to follow the overall structure.
Reply With Quote