for this search there is only one debtor post, therefore i'm using Debtor_GetData
But I only get the number, and fault on he rest:
//$debtorHandle = "*".$_POST['partialName']."*";
$debtorHandle = $client->Debtor_FindByName(array('name' => 'SUPER-1 V/GUNNER LARSEN'))->Debtor_FindByNameResult->DebtorHandle;
$debtorDataObjects = $client->Debtor_GetData(array('entityHandle' => $debtorHandle))->Debtor_GetDataResult;
foreach ($debtorDataObjects as $i => $debtorData) {
?>
">
↧