标签存档:soap错误
Soap invoke:‘Unable to load Soap extension on the server’
发表时间:18. 12月, 2009 作者:Freddie.
0
今天想用flex通过soap调用magento的api,结果老是出现‘Unable to load Soap extension on the server’错误!!
google 一下~
原来php没有soap服务器支持·
直接两条命令搞定·
yum install php-soap
service httpd restart
OK啦·~~

