Intégration error SOAP

This commit is contained in:
Michael RICOIS 2009-02-26 18:14:52 +00:00
parent 9a4c4dfc37
commit ad17aae7ff

View File

@ -30,9 +30,8 @@ class MTva {
$this->vatDefined=$val->vatDefined;
}
} catch (SoapFault $fault) {
//echo $client->__getLastResponse()."\n";
//echo 'ERREUR SOAP :'.EOL;
//print_r($fault);
include_once(realpath(dirname(__FILE__).'/../').'/soaperror.php');
processSoapFault($client,$fault,$tabInfo);
return false;
}
}