我无法使用 PHP 连接到 Magento SOAP API v2。出现的错误是:
PHP Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://www.mydomain.com/index.php/api/v2_soap/index/wsdl/1/' : failed to load external entity "http://www.mydomain.com/index.php/api/v2_soap/index/wsdl/1/"
我在.htaccess文件中给出了IP限制,这样只有我才能在开发时查看该网站。
当我从 .htaccess 文件中删除 IP 限制时,它工作正常。
任何帮助都会很棒,因为它是强制性的保留 IP 限制!
您可能还需要将服务器的IP地址添加到白名单中。