Intégration error SOAP
This commit is contained in:
parent
9a4c4dfc37
commit
ad17aae7ff
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user