S@rm
23-03-2010, 11:04
ciao ho un problema
Codice:
require_once 'SOAP/Client.php';
$wsdl_url = 'http://.............../gestorerichieste.asmx?WSDL';
echo $wsdl_url."<br />";
$WSDL = new SOAP_WSDL($wsdl_url);
$client = $WSDL->getProxy();
echo $client;
$anag = $client->CercaAnagrafica('***','***','****','*****','****','','','');
print_r($anag);
mi da il seguente errore
Unable to retrieve WSDL http://..../gestorerichieste.asmx?WSDL
come mai??
p.s. ho provato a collegarmi con webservice studio e funziona quindi in teoria non dovrebbe essere un problema di wsdl
Codice:
require_once 'SOAP/Client.php';
$wsdl_url = 'http://.............../gestorerichieste.asmx?WSDL';
echo $wsdl_url."<br />";
$WSDL = new SOAP_WSDL($wsdl_url);
$client = $WSDL->getProxy();
echo $client;
$anag = $client->CercaAnagrafica('***','***','****','*****','****','','','');
print_r($anag);
mi da il seguente errore
Unable to retrieve WSDL http://..../gestorerichieste.asmx?WSDL
come mai??
p.s. ho provato a collegarmi con webservice studio e funziona quindi in teoria non dovrebbe essere un problema di wsdl