Gestion d’erreur dans un Client SOAP November 29, 2011 Author: user {filelink=15353} <?php ini_set('soap.wsdl_cache_enabled', 'Off'); $soap_client = new SoapClient('guid.wsdl'); try { echo $soap_client->getGuid('PHP_'); } catch (SoapFault $ex) { echo $ex->faultstring; } ?> Categories: Uncategorized