【发布时间】:2015-09-03 04:21:58
【问题描述】:
我正在尝试访问 Magento 的核心 API。当我尝试访问 url http://magentohost/index.php/api/soap/wsdl=1 时出现错误
This page contains the following errors:
error on line 1 at column 6: XML declaration allowed only at the start of the document
Below is a rendering of the page up to the first error.
我已经安装了 xmlrpc、soap 和其他据说是必需的扩展,但仍然没有成功。
我主机中的其他 magento 实例显示
This XML file does not appear to have any style information associated with it. The document tree is shown below.
在其下方加上一段 XML 代码。
据说我的 XML 文档上可能有空格,但我不知道应该修改哪个 XML 文档。
【问题讨论】: