PDA

View Full Version : I NEED SOAP - help for .NET newbie


Trollio
07-30-2003, 05:50 AM
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?

bruce
07-01-2004, 02:20 AM
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.


[b]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">