【发布时间】:2013-11-11 10:03:37
【问题描述】:
当我尝试访问 API 时,我得到一个错误,我用这个开始连接:
$api = new SoapClient(BASE_URL."/api/?wsdl");
注意:网址没问题。
我一直在做一个插件,它在我的1.7.0.2版本上运行,但现在我在另一个人的Magento上尝试了1.7.0.2版本,它报告了一个错误。
a:5:{i:0;s:152:"SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://WEBSITE.com//api/?wsdl' : failed to load external entity "http://WEBSITE.com//api/?wsdl"
";i:1;s:3536:"#0 /var/www/clients/client20/web25/web/app/design/adminhtml/default/default/template/moloni/classes/core.class.phtml(283): SoapClient->SoapClient('http://WEBSITE...')
当我尝试访问该页面时,如果我已登录后台,则 XML api 文件显示正常,但如果我启动私人会话,它不会返回任何内容。
谢谢
【问题讨论】: