I am getting the method does not exist or incorrect error with this line:
partnerSoapSforceComWrapper.update_x(new List<Contact> (contacts));
The partnerSoapis defined below:
partnerSoapSforceCom.SaveResult[] update_x(sobjectPartnerSoapSforceCom.sObject_x[] sObjects);
Contact is an sObject; the same with contacts.
My question is: how can I resolve this issue?