Fehlermeldung beim ausführen eines client-Scriptes

Wenn ich dieses Script ausführe

<?
$soap = new SoapClient("http://192.168.1.12:3773/wsdl/IIPSScriptEngine");
$result = $soap->ExecuteScript(36371 /*[Radiostationen\Küche\DRS3]*/, true);
echo base64_decode($result);
?>

bekomme ich folgende Fehlermeldung:

Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn’t load from ‚http://192.168.1.12:3773/wsdl/IIPSScriptEngine‘ : failed to load external entity „http://192.168.1.12:3773/wsdl/IIPSScriptEngine
in C:\IP-Symcon\scripts\25114.ips.php:3
Stack trace:
#0 C:\IP-Symcon\scripts\25114.ips.php(3): SoapClient->SoapClient(‚http://192.168…‘)
#1 {main}
thrown in C:\IP-Symcon\scripts\25114.ips.php on line 3

die dll’s sind alle da und in der php.ini eingetragen. Wenn ich jedoch das Script auf dem Client-Rechner ausführe, funktioniert es. Ordner hat komplette Freigabe.

******************* hat sich erledigt **************************************
Firewall hat den Port noch geblockt