I am trying to get my first Soap based website to work on my Windows 2000
server with IIS 5. The code used to create the client is as follows:
set SoapClient = CreateObject("M SSOAP.SoapClien t")
But I am getting the following error when the script is run:
Microsoft VBScript runtime (0x800A01AD)
ActiveX component can't create object: 'MSSOAP.SoapCli ent'
I have loaded up the...