天天看點

php調用webservice報錯Class 'SoapClient' not found

原文:

php調用webservice報錯Class 'SoapClient' not found

      php在調用webservice時,報告如下類似錯誤:

         ( ! ) Fatal error: Class 'SoapClient' not found in E:/WebSrv/CI/system/libraries/WebService.php on line 17

    解決方法:

   打開php.ini,找到php_soap.dll

把前面的分号去掉

    ;extension=php_soap.dll

    前提是,已經安裝了

php_soap.dll