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 following on the server:
Microsoft .Net Framework version 1.1 Redistribution Package - and upgraded
to SP2
Microsoft Data Access Components 2.1 - SP1
And at one point had the Microsoft .Net Framework SDK 1.1 loaded on the
server. I also loaded the same on my client workstation, and removed and
reloaded the same on both machines except for the SDK. I also just loaded
the SOAP 3.0 SDK on the client machine to see if that would help, but it
didn't.
Any help that someone can give me here would be greatly appreciated, I have
been scouring Microsoft and the web for solutions, but none has worked so far.
Thanks!
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 following on the server:
Microsoft .Net Framework version 1.1 Redistribution Package - and upgraded
to SP2
Microsoft Data Access Components 2.1 - SP1
And at one point had the Microsoft .Net Framework SDK 1.1 loaded on the
server. I also loaded the same on my client workstation, and removed and
reloaded the same on both machines except for the SDK. I also just loaded
the SOAP 3.0 SDK on the client machine to see if that would help, but it
didn't.
Any help that someone can give me here would be greatly appreciated, I have
been scouring Microsoft and the web for solutions, but none has worked so far.
Thanks!
Comment