Debt Consolidation - Wordpress Themes - Debt Consolidation - Insurance Quotes - Customer services

PDA

View Full Version : SOAP Problem - Windows 2003 Box


Cyber-SEO
Apr 27th 2005, 11:30 pm
I decided I should post this here becuase the actual reason I installed SOAP on my new server is because of Google. If this should go somewhere else my appologize.

Anyway, i'm on a windows 2003 box, IIS6. On a Windows 2000 box this thing works perfectly.

Anyhow, here is my error:


Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

/index.asp, line 112

800401f3


This is line 112: set SoapClient = Server.CreateObject("MSSOAP.SoapClient")

I've done a whole bunch of searching on Google about this and can't really seem to find an answer that helps. I've tried doing a manual regsvr32 to the dll file located in C:\Program Files\Common Files\MSSoap\Binaries\Resources\1033 but that did not help.

Any help would be greatly apprecaited :)

stozka
May 17th 2005, 10:32 am
Dumm one, btu have you checked web service extensions and allow those you needed.

mopacfan
May 17th 2005, 11:29 am
Have you looked through MSDN? I know it can be frustrating since the format of msdn sucks, but it is a good resource when you take the time to sift through all the crap :D

Cyber-SEO
Jun 9th 2005, 9:37 pm
I looked all over to try and figure this one out but I've had no luck what so ever. I haven't tried the same thing on another server just to see if my server was setup wrong.

jackielam
Feb 4th 2007, 5:55 pm
I decided I should post this here becuase the actual reason I installed SOAP on my new server is because of Google. If this should go somewhere else my appologize.

Anyway, i'm on a windows 2003 box, IIS6. On a Windows 2000 box this thing works perfectly.

Anyhow, here is my error:


Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

/index.asp, line 112

800401f3


This is line 112: set SoapClient = Server.CreateObject("MSSOAP.SoapClient")

I've done a whole bunch of searching on Google about this and can't really seem to find an answer that helps. I've tried doing a manual regsvr32 to the dll file located in C:\Program Files\Common Files\MSSoap\Binaries\Resources\1033 but that did not help.

Any help would be greatly apprecaited :)


Hi, would you please give it a try to check for the follow:

on the server look in the registry under ( start / run / regedit / <enter> )
HKEY\CLASSES\ROOT
for MSSOAP.SoapClient
You'll see what versions are installed

MSSOAP.SoapClient.
MSSOAP.SoapClient.1

etc
Reply With Quote

FrankieW
Jan 25th 2008, 2:50 am
set oSoapClient = Server.CreateObject("MSSOAP.SoapClient30")

Use this and all will be forgiven