Maison > Article > développement back-end > Partage de problèmes et de solutions à SoapFault
今天在调试项目的时候出现下面的错误信息:
SoapFault
on dirait que nous n'avons pas de document XML (D:phpStudyWWWself.shop.xunmall.comcomponentsPro xy.php:477)
#0 D:phpStudyWWWself.shop.xunmall.comcomponentsProxy.php(477): SoapClient->__call('sendAllGoods', Array)
#1 D:phpStudyWWWself.shop.xunmall.comcontrollersGoodsorderController. php(967) : Proxy->sendAllGoods('10042', '602017062319436...')
#2 D:phpStudyWWWself.shop.xunmall.comframeworkwebactionsCInlineAction.php(49) : GoodsOrderController->actionSendAllGoods()
#3 D:phpStudyWWWself.shop.xunmall.comframeworkwebCController.php(308) : CInlineAction->runWithParams(Array)
#4 D:phpStudyWWWself.shop.xunmall.comframeworkwebCController.php(286) : CController-> ;runAction(Object(CInlineAction))
#5 D:phpStudyWWWself.shop.xunmall.comframeworkwebCController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array)
#6 D:phpStudyWWWself. shop.xunmall.comframeworkwebCWebApplication.php(282) : CController->run('sendAllGoods')
#7 D:phpStudyWWWself.shop.xunmall.comframeworkwebCWebApplication.php(141) : CWebApplication->runController('goodsorder/ envoyer...')
#8 D:phpStudyWWWself.shop.xunmall.comframeworkbaseCApplication.php(184): CWebApplication->processRequest()
#9 D:phpStudyWWWself.shop.xunmall.comindex.php( 14) : CApplication->run()
#10 {main}
解决方法:在PHP 文件中打开 php_soap 模块,重启apache服务器,即可解决上面的错误。
Ce qui précède est le contenu détaillé de. pour plus d'informations, suivez d'autres articles connexes sur le site Web de PHP en chinois!