I’m getting the error,
SOAP-ERROR: Parsing Schema: can’t import schema from
‘http://schemas.xmlsoap.org/soap/encoding/‘
- SOAP and xml-rpc modules are intstalled.
- I have followed this Stack Overflow question and verified the WSDL.
-
I have commented
<import namespace="http://schemas.xmlsoap.org/soap/encoding/" schemaLocation="http://schemas.xmlsoap.org/soap/encoding/" />in /app/code/core/Mage/Api/etc/wsdl.xml.
Any other steps to be followed? Should I update php, php-soap? It’s working fine with Windows.
In order to successfully run the soap, you require
php-soap, xml rpc and openssl.
It works now with commenting in
entire project(all xml files)