對於我自己的新項目,我需要將Microsoft Dynamics NAV和PHP網上商店結合起來。當我嘗試登錄我得到同樣的錯誤一次又一次:帶動態導航網絡服務的PHP
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from ' http://xxx.xxx.xx.xxx:7048/DynamicsNAV2/WS/Codeunit/xxxx ' : failed to load external entity " http://xxx.xxx.xx.xxx:7048/DynamicsNAV2/WS/Codeunit/xxxx " in xxxxx\test.php:7 Stack trace: #0 xxx\test.php(7): SoapClient->SoapClient(' http://xxx.xxx.x ...', Array) #1 {main} thrown in xxxx\test.php on line 7
但是這是一個正確的網址,當我在我的瀏覽器會彈出瀏覽它。它使用身份驗證:
domain\user
password
我該如何連接到PHP的Microsoft Dynamics NAV webservice?我無法弄清楚。
這是你的NAV版本嗎? – pungggi
嗨@ Ronn0我正在開發一項新服務來做NTLM身份驗證https://www.nafiux.com/wasp/如果我可以幫助你,請讓我知道 –
Hi @IgnacioOcampo。它的工作現在。 – Ronn0