sto cercando di comunicare con un web service ma trovo delle difficolta

Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing Schema: unresolved element 'ref' attribute in /var/www/service.php:2 Stack trace: #0 /var/www/service.php(2): SoapClient->SoapClient('http://boa.aise...') #1 {main} thrown in /var/www/service.php on line 2

il file service.php è questo

codice:
<?php
$search = new SoapClient('http://boa.aiser.it/lpn/WebServices/GestoreRichieste.asmx?WSDL');   
$result = $search->CercaAnagrafica('*****','****','Custode','fr***','al***','','','');   
print_r($result);
?>