Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Developers

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-06-2008, 08:15 AM
Active Member
 
Posts: 25
Default Modify Contacts with SOAP

I can insert Contacts with SOAP interface with LmcCreateContactRequest.java class.
How can i modify contacts?
Any examples?
Reply With Quote
  #2 (permalink)  
Old 10-06-2008, 10:42 AM
Zimbra Employee
 
Posts: 1,434
Default

We suggest using the ZMailbox.java class (and the rest of the com.zimbra.cs.zclient package) to manipulate contacts instead.
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote
  #3 (permalink)  
Old 10-07-2008, 01:21 AM
Active Member
 
Posts: 25
Default

Quote:
Originally Posted by dkarp View Post
We suggest using the ZMailbox.java class (and the rest of the com.zimbra.cs.zclient package) to manipulate contacts instead.
Is not possible with SOAP?

If i write:

// Contact Update
LmcContactActionRequest caReq = new LmcContactActionRequest();
caReq.setSession(session);
caReq.setOp(ItemAction.OP_UPDATE);
caReq.setIDList(newID);

In this way i set an update operation on a specific contact id. But how can i set new contact's attributes and their values?
Thanks
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.