I NEED SOAP - help for .NET newbie

Discussion in 'ASP.NET / ASP.NET Core' started by Trollio, Jul 30, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Trying to create a SOAP client:

    ws = CreateObject("MSSOAP.SoapClient")

    I get the error Exception Details: System.Exception: Cannot create ActiveX component.

    Any ideas? This server does support SOAP, right?
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    soap toolkit is not supported on our server.

    it is an old technology that has been replaced by ASP.net; MS was going to deprecate it July 2004, but extend support till April 2005

    I suggest you convert your application to use asp.net (which has built in support for soap). In a year, i do not think you can find any webhost that will support it.


    quote:Originally posted by Trollio

    Trying to create a SOAP client:

    ws = CreateObject("MSSOAP.SoapClient")

    I get the error Exception Details: System.Exception: Cannot create ActiveX component.

    Any ideas? This server does support SOAP, right?

    </blockquote id="quote"></font id="quote">
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page