I'm trying to call an ASP.Net WCF service in XML from VBA in Excel 2010.
I read this question: calling web service using VBA code in excel 2010 but I can't use a third party library, XML or JSON.
Is there a way to do it natively with VBA working with web services?
EDIT I've installed SOAP Toolkit 3.0 and SOAP Toolkit 3.0 Software Update.
I've added these libraries to my workbook:
- Microsoft XML, v3.0
- Microsoft Soap Type Library v3.0
- WinHttp Soap Connector Type Library
- WinInet Soap Connector Type Library
- Microsoft Soap WSDL File Generator v3.0
I think I have to add a web reference to my service into my workbook by "Tools->Add a web reference" menu, but this option doesn't appear. What should I do to see it ?