Der folgende Editor bringt Ihnen einen Artikel zur Lösung des SoapFault-Problems (anscheinend haben wir kein XML-Dokument). Der Herausgeber findet es ziemlich gut, deshalb teile ich es jetzt mit Ihnen und gebe es als Referenz. Folgen wir dem Editor, um einen Blick darauf zu werfen
Heute erschien beim Debuggen des Projekts die folgende Fehlermeldung:
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}
Lösung: In der PHP Konfigurationsdatei öffnen Öffnen Sie das php_soap-Modul und starten Sie den Apache-Server neu, um den oben genannten Fehler zu beheben.
Im obigen Artikel geht es um die Lösung des SoapFault-Problems (anscheinend haben wir kein XML-Dokument), das der Herausgeber mit Ihnen geteilt hat. Ich hoffe, er kann Ihnen eine Referenz geben Ich hoffe, dass jeder Duoduo Script House unterstützt.
Das obige ist der detaillierte Inhalt vonLösen Sie das Problem von SoapFault (anscheinend haben wir kein XML-Dokument). Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!