Magento SOAP v2 API Error: SOAP-ERROR: Parsing Schema: can't import schema from 'http://schemas.xmlsoap.org/soap/encoding/'
Magento SOAP v2 API Error: SOAP-ERROR: Parsing Schema: can't import schema from 'http://schemas.xmlsoap.org/soap/encoding/'
我在 visual studio 2013 c#
中遇到错误
MAPI 错误:SOAP-ERROR:解析架构:无法从“http://schemas.xmlsoap.org/soap/encoding/”导入架构
我的 WSDL 文件
有注释
import namespace="http://schemas.xmlsoap.org/soap/encoding/" schemaLocation="http://schemas.xmlsoap.org/soap/encoding/" />
有什么方法可以解决
我刚遇到同样的错误。从不同的系统进行测试,似乎 xmlsoap.org 站点不可用:
$ GET http://schemas.xmlsoap.org/soap/envelope/
Can't connect to schemas.xmlsoap.org:80 (Connection timed out)
所以最好的办法是在本地缓存它。
我还写了一篇关于 the worldwide crash of Magento API's 的博客 post。
我在 visual studio 2013 c#
中遇到错误MAPI 错误:SOAP-ERROR:解析架构:无法从“http://schemas.xmlsoap.org/soap/encoding/”导入架构
我的 WSDL 文件 有注释
import namespace="http://schemas.xmlsoap.org/soap/encoding/" schemaLocation="http://schemas.xmlsoap.org/soap/encoding/" />
有什么方法可以解决
我刚遇到同样的错误。从不同的系统进行测试,似乎 xmlsoap.org 站点不可用:
$ GET http://schemas.xmlsoap.org/soap/envelope/
Can't connect to schemas.xmlsoap.org:80 (Connection timed out)
所以最好的办法是在本地缓存它。
我还写了一篇关于 the worldwide crash of Magento API's 的博客 post。