C# SOAP - Error in deserializing body of reply message (Magento API)
问题 I'm trying to connect a C# app to Magento 1.6 (through Magento SOAP V2) using the following code: using (Mage_Api_Model_Server_Wsi_HandlerPortTypeClient proxy = new Mage_Api_Model_Server_Wsi_HandlerPortTypeClient()) { string sessionId = proxy.login("XXXXXXX", "XXXXXXXXXXX"); Console.WriteLine(sessionId); } and I get the following error: Error in deserializing body of reply message for operation 'login'. I used Fiddler to inspect the transfer and this is the result: <?xml version="1.0"