问题
Hi I am trying to access Magento Rest Api through http://magentostore/api/rest. But I am getting response
<SOAP-ENV:Envelope>
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>Sender</faultcode>
<faultstring>Invalid XML</faultstring>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
.
Does anybody have any idea regarding this. Why I am recieving this error
回答1:
You will need to adjust your .htaccess file.
Uncomment Line 12 Options -Multiview
This turns off Multiview and your rest api should work.
来源:https://stackoverflow.com/questions/41722837/magento-rest-api-invalid-xml