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("MSSOAP.SoapClient")
But I am getting the following error when the script is run:
Microsoft VBScript runtime (0x800A01AD)
ActiveX component can't create object: 'MSSOAP.SoapClient'
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!
aws.steve - 14 Mar 2005 18:17 GMT
It looks like I determined the solution, so no need for anyone to reply to
this. I needed to load up Soap SDK 3.0 on the server in order for it to work.
> 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:
[quoted text clipped - 22 lines]
>
> Thanks!