SoapFault problems and solutions shared

零下一度
Release: 2023-03-11 09:18:01
Original
3543 people have browsed it

今天在调试项目的时候出现下面的错误信息:

SoapFault

looks like we got no XML document (D:\phpStudy\WWW\self.shop.xunmall.com\components\Proxy.php:477)

#0 D:\phpStudy\WWW\self.shop.xunmall.com\components\Proxy.php(477): SoapClient->__call('sendAllGoods', Array)
#1 D:\phpStudy\WWW\self.shop.xunmall.com\controllers\GoodsorderController.php(967): Proxy->sendAllGoods('10042', '602017062319436...')
#2 D:\phpStudy\WWW\self.shop.xunmall.com\framework\web\actions\CInlineAction.php(49): GoodsOrderController->actionSendAllGoods()
#3 D:\phpStudy\WWW\self.shop.xunmall.com\framework\web\CController.php(308): CInlineAction->runWithParams(Array)
#4 D:\phpStudy\WWW\self.shop.xunmall.com\framework\web\CController.php(286): CController->runAction(Object(CInlineAction))
#5 D:\phpStudy\WWW\self.shop.xunmall.com\framework\web\CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array)
#6 D:\phpStudy\WWW\self.shop.xunmall.com\framework\web\CWebApplication.php(282): CController->run('sendAllGoods')
#7 D:\phpStudy\WWW\self.shop.xunmall.com\framework\web\CWebApplication.php(141): CWebApplication->runController('goodsorder/send...')
#8 D:\phpStudy\WWW\self.shop.xunmall.com\framework\base\CApplication.php(184): CWebApplication->processRequest()
#9 D:\phpStudy\WWW\self.shop.xunmall.com\index.php(14): CApplication->run()
#10 {main}

解决方法:在PHP配置文件中打开 php_soap 模块,重启apache服务器,即可解决上面的错误。

 

The above is the detailed content of SoapFault problems and solutions shared. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!