batch/1.1/old/wsTest.php
2012-10-16 07:44:31 +00:00

11 lines
231 B
PHP

#!/usr/bin/php -c/var/www/batch/config/php_batch_sd.ini
<?
ini_set('soap.wsdl_cache_enabled', 0);
$client = new SoapClient('http://saulnier.scores-decisions.com/afnic/?wsdl');
print_r($client->__getFunctions());
?>