Hi,
I use the iSDK via PHP on a daily basis but this is the first occasion I have had to use this particular function. I don’t appear to be receiving any errors but it just is not merging the contact records.
It seems to be formatted differently to all the other functions, am I missing something?
$App = new iSDK;
$MergeArray = array(
php_xmlrpc_encode($App->key),
php_xmlrpc_encode($MasterId),
php_xmlrpc_encode($MergeId));
$App->methodCaller(“ContactService.merge”,$MergeArray);