Groups | Blog | Home
all groups > asp.net > april 2004 >

asp.net : Prog ID not found on MSSOAP


John Bailo
4/12/2004 11:08:30 PM

I need to use the MSSOAP component on a classic asp page.

The site will access an ASP.NET webservice using the SOAP protocol.

On my workstation, I was able to do this successfully.

When I migrated the classic ASP code to the production server, it threw
this error:

Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

Invalid ProgID.

The line that throws the error is this.

SET objSoapClient = Server.CreateObject("MSSOAP.SoapClient")

So far I have tried:

0. Installing the SOAP Toolkit ( 3.0 ).
1. Manually registering the MSSOAP *.dll
2. Setting up the site as an Application with Medium and High priority
settings.



--
W '04 <:> Open Source
John Bailo
4/15/2004 9:08:44 PM
[quoted text, click to view]

I was using the wrong Prog ID it's MSSOAP.SoapClient30


--
W '04 <:> Open Source
AddThis Social Bookmark Button