Invoke WebService With Parameter Using Excel VBA (XMLHTTP Post)
I recently had a need to communicate with a Webservice that required a parameter to be invoked. After reading some information online, I came to know that the Microsoft SOAP Toolkit was not available in Post 2007 Version. Mine was 2013 when I wrote this post. So I started seeking help online, and a gentleman named Kyle helped me out with this code. I noticed a lot of people were struggling with the same problem, and hence I decided to put up this blog post. Before we look at