Java SOAP Access : client / zclient / manual method ? Hello,
I know this subject has already been discussed many times, but it is not clear for me after reading many posts.
I have to search, create, modify appointment from a Java application, through Zimbra SOAP interface.
Which "clean" method should I use ?
- Call com.zimbra.zc.client.* classes methods ?
=> In that case, I don't see any class to manage appointments. Are there some ? It seems all objects may be managed through this package, except appointments !
- Call com.zimbra.zc.zclient.* classes methods ?
=> What is the difference between these 2 packages "client" and "zclient" ?
- Are these packages usable in the state ? Or should I write my own classes by manually constructing XML messages and decrypting XML responses ?
Thanks for any help
(Precision : I have only few aknowledgment with Zimbra and SOAP).
[edit]
Another question : Can I use latest Java client classes downloaded from Subversion, in order to manage appointments from a 4.5.6 Zimbra server ? Will it be compatible ?
[/edit]
Last edited by marinew : 10-10-2007 at 01:09 PM.
|