How to consume WSDL web service
问题 I need to consume (send request and retrieve the response) of WSDL SAOP web service. The WSDL document is built with objects of request and response. How can I call it with XML structure and get as response the XML structure data? I only experienced web service with serializing data and deserializing the data that comes back. From the docs: public class GetOrderDetailRequest : Request { public string UserName { get; set; } //Required public int SiteID { get; set; } //Required public string