Web services 使用Magento API的Soap时出错

Web services 使用Magento API的Soap时出错,web-services,api,soap,wsdl,magento-1.7,Web Services,Api,Soap,Wsdl,Magento 1.7,好的,我们刚刚将Magento 1.7.0.2安装迁移到新服务器。我们有一个WSDL服务在旧服务器上正常运行,而新服务器停止了工作 当我加载它查询的XML文件时,我会看到: <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Body> <SOAP-ENV:Fault> <faultcode>WSDL</faultco

好的,我们刚刚将Magento 1.7.0.2安装迁移到新服务器。我们有一个WSDL服务在旧服务器上正常运行,而新服务器停止了工作

当我加载它查询的XML文件时,我会看到:

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>WSDL</faultcode>
<faultstring>
SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://mydomain.com/index.php/api/index/index/?wsdl=1' : failed to load external entity "http://mydomain.com/index.php/api/index/index/?wsdl=1"
</faultstring>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
所有的文件都被一个接一个地传输,其他的一切都很好

我认为这可能与文件权限有关,但坦率地说,我不知道

我的头撞在桌子上,有人能帮我弄点光吗