无法从命名空间'urn:Magento'导入绑定'Mage_Api_Model_Server_V2_HandlerBinding'以进行magento集成

时间:2012-05-09 11:19:26

标签: web-services c#-4.0

我们在进行网络参考时遇到错误。错误是

无法从命名空间'urn:Magento'

导入绑定'Mage_Api_Model_Server_V2_HandlerBinding'

请帮助我们

1 个答案:

答案 0 :(得分:3)

我们在管理员

运行的命令提示符下执行以下url

C:\ Program Files \ Microsoft SDKs \ Windows \ v7.0A \ bin> wsdl.exe / language:cs /out:MagentoService.cs / n:MagentoService http://domain.com/magento16/index.php/api/v2_soap/?wsdl

我们将WS-i Compliance设置为YES(您需要在System / Configuration / Core Api上使用Magento BackEnd)

之后它已经创建了代理类,然后我们更新了web引用,它将执行而不会出错。我们通过调用对象

来访问webservice

我们使用了magento 1.6.2.0版本。它将为magento 1.7.0版提供相同的错误

此致

Sangamesh Arali