Hello i'm using in my LInkstation pro LS-XHL01 the websever and try to use the soapclient class.
Each time i get an error.
Class 'SoapClient' not found in /mnt/disk1/share/php/htdocs/index.php on line 156
here is an extract of my index.php :
$clientSOAP = new SoapClient( null,
array (
'uri' => '192.168.1.68:81/web-services/webServices.php',
'location' => '192.168.1.68:81/web-services/webServices.php',
'trace' => 1,
'exceptions' => 0
));
What's wrong with my call "SoapClient" ?
is there anythong to activate on php.ini ?
Thank ou for your help