PHP: Création d’un client SOAP November 29, 2011 Author: user {filelink=15352} <?php ini_set('soap.wsdl_cache_enabled', 'Off'); $soap_client = new SoapClient('guid.wsdl'); echo $soap_client->getGuid('PHP_'); ?> Categories: Uncategorized