Andy
26-06-09, 12:55
Hi
Ive been using the V2 api to get some merchant data, today I noticed it hasn't been working correctly.
Ive checked my code, which did used to work (last confirmable process was on the 18th
This code:
$aGetMetaData = array(
'aMerchantIds' => $arrayOfAllMyMerchantIds
);
$oResponse = $oClient->call('getMerchant', $aGetMetaData);
print('<pre>');
print_r($oResponse);
print('</pre>');
Is returning:
SoapError Object
(
[sCode] => SOAP-ENV:Server
[sString] => SOAP-ERROR: Encoding: object hasn't 'sDisplayUrl' property
[sDetails] => getMerchant:
)
I'm not trying to get sDisplayUrl anywhere in that code, so I have to assume it's coming from your server.
Cheers :D
Ive been using the V2 api to get some merchant data, today I noticed it hasn't been working correctly.
Ive checked my code, which did used to work (last confirmable process was on the 18th
This code:
$aGetMetaData = array(
'aMerchantIds' => $arrayOfAllMyMerchantIds
);
$oResponse = $oClient->call('getMerchant', $aGetMetaData);
print('<pre>');
print_r($oResponse);
print('</pre>');
Is returning:
SoapError Object
(
[sCode] => SOAP-ENV:Server
[sString] => SOAP-ERROR: Encoding: object hasn't 'sDisplayUrl' property
[sDetails] => getMerchant:
)
I'm not trying to get sDisplayUrl anywhere in that code, so I have to assume it's coming from your server.
Cheers :D