MSSOAP.SoapClient problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • aws.steve

    MSSOAP.SoapClient problem

    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!

  • aws.steve

    #2
    RE: MSSOAP.SoapClie nt problem

    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.

    "aws.steve" wrote:
    [color=blue]
    > 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!
    >[/color]

    Comment

    Working...