I am currently working on a system in Microsoft Access 2007, and I need to make a SOAP request to an outside webserver in order to retrieve some data. I'm new to both SOAP and Visual Basic, and I've been having trouble figuring out exactly what I need to do to make this SOAP request happen.
From some Googling about, it seems that previous versions of Access may have needed Microsoft's SOAP Toolkit in order to make a SOAP request. So far as I can tell, however, the SOAP Toolkit was deprecated several years ago, so I'm pretty sure that's not what I want. Do I need to download an outside library to make a SOAP call? If so, which? If not, what is the VB syntax used for making a SOAP call from an Access 2007 file?