You need to sign in to do that
Don't have an account?
Nikki
Update call using xmlrpc API
I insert twelve contacts using the batch insert call. This works no problem. When I send the same twelve contacts as a batch update weird stuff happens. The first contact in the structure is overwritten with the last. (Meaning in the Salesforce UI I have a duplicate of the twelfth contact and none of the first contact.) Also, I checked the response from the update call and it returns a structure of twelve ids, as it should, except that all of the ids are the same. The id belongs to the last contact in the update structure.
Any ideas?
Hi Niki,
Can you send me the soap request and response?