Error when creating SoapClient object
Posted: Mon May 18, 2009 7:00 am
I wanted to create a SoapClient object, I used following code, but when I run this code following error is apppear,
Error: Class SoapClient not found,
My PHP version is 5.2.6, how can I overcome this ?
$client = new SoapClient('http://api.google.com/GoogleSearch.wsdl');
Error: Class SoapClient not found,
My PHP version is 5.2.6, how can I overcome this ?
$client = new SoapClient('http://api.google.com/GoogleSearch.wsdl');