将 Magento API V2 集成到 ASP.NET

Integrate Magento API V2 to ASP.NET

我想集成安装在我本地主机上的 Magento API V2,并在 ASP.NET Visual Studio 2015

中调用 V2 API

要使用 ASP.NET 集成 Magento API V2,您可以使用带有 SOAP 协议的 Web 服务。 SOAP 是 W3C 提交的注释(截至 2000 年 5 月),它使用基于标准的技术(XML 用于数据描述和 HTTP 用于传输)编码和传输应用程序数据。

Web Services with ASP.NET

Magento API SOAP call in C#

Consume Magento Web Services with .NET