Hi,
I have recently getting the follwing error when using soap in my php.
Fatal error: Class 'SoapClient' not found
My php version : PHP 5.4.19 (cli)
Installed:
php-soap.x86_64 0:5.3.3-23.el6_4
Currently using centos
$client = new SoapClient('https://sandbox.cashu.com/merchants/cashUPayments.wsdl',array("trace" => 1));
Kindly, let me know how to fix it out. I have tried lot of steps like yum install php-soap etc. Even, i could not find soap word in my phpinfo().
Thanks,
Prem