XML deserialization to known type where structure of one element is variable (in SOAP Service Reference) – Magento
My C# project is a class library that provides an easy to use interface to Magento 2. Consumers of the library call methods such as DownloadSalesOrder(string orderId) etc. Internally, the library has a Service Reference to a standard Magento 2…