I can insert Contacts with SOAP interface with LmcCreateContactRequest.java class.
How can i modify contacts?
Any examples?
I can insert Contacts with SOAP interface with LmcCreateContactRequest.java class.
How can i modify contacts?
Any examples?
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
There are currently 1 users browsing this thread. (0 members and 1 guests)