Creating Web Service Call Without Generating Proxy
Overview: Create the call to the web service and have it return a set of data or object. Creating a Post Method private XmlDocument CallWebServicePost(string method, string operation, string xmlPayload)…