webservice

linux:

先,要确保安装了CentOS SOAP扩展,没有安装的表现是,当运行使用了soapclient的代码时候会有php error Class ‘SoapClient’ not found的错误;这时候应该安装php-soap,在CentOS SOAP上可以方便的使用yum更新安装包>yum install php-soap更新过这些安装包后,需要重新启动一下apache服务.

Windows下:
php.ini文件中
extension=php_soap.dll 去掉注释即可

你可能感兴趣的:(PHP,linux,webservice,centos,SOAP)