The editor below will bring you an article to solve the problem of SoapFault (looks like we got no XML document). The editor thinks it is quite good, so I will share it with you now and give it as a reference for everyone. Let’s follow the editor and take a look.
The following error message appeared when debugging the project today:
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}
##Solution: Open php_soap in PHPconfiguration file Module and restart the apache server to solve the above error.
The above article is all about solving the problem of SoapFault (looks like we got no XML document) that the editor has shared with you. I hope it can give you a reference, and I hope everyone Duoduo supports Script House.The above is the detailed content of Solve the problem of SoapFault (looks like we got no XML document). For more information, please follow other related articles on the PHP Chinese website!