As the question asked, how do I call WCF client from Excel 2003 VBA?
I saw there is a place where I can call web service, but I have searched through Google, all the
I tried for quite a while to call a SOAP based wcf service from excel vba without any luck.
Instead I changed my service to REST binding (webHttpBinding). That way I could load the data stright into an xml map like it was any other xml file. Worked well for me, but I was only trying to import some data.
As for SOAP; an answer in this question mentions the Web Services Toolkit all the examples I could find suggested to use.