I'm thinking of using the SOAP API to implement on my project.
I just downloaded and installed Eclipse ( running it on Win XP, once it works I will try it on OSX).
I have a few newbee questions (I'm new to Java, SOAP and Zimbra):
1) How are Java programs implementing SOAP in Zimbra , is it using the APACHE SOAP or its own implementation?
2) This file Tester.Java (
http://zimbra.svn.sourceforge.net/vi...=1&view=markup
How can I run this on my Eclipse platform? Where do I download the required packages? if its from SourceForge do I download a build?
3) I'm trying to automatically create accounts in zimbra and in the below link I don't find the implementation for CreateAccounts ( for example I don't find a java file like LmcCreateAccountRequese.Java and LmcCreateAccountResponse.Java?
http://zimbra.svn.sourceforge.net/vi...s/client/soap/
I hope its not too confusing.
Thanks.