Link to home
Create AccountLog in
Avatar of pvg1975
pvg1975Flag for Argentina

asked on

Getting Server.CreateObject Failed with Server.CreateObject("MSSOAP.SoapClient")

Hello all,

Im modifying a legacy application in ASP 3.0 and I am getting the following error:


Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

/finance_2.asp, line 273

800401f3
 
 
at this line:

Set soapClient = Server.CreateObject("MSSOAP.SoapClient")

The server is Windows 2008 R2. I already downloaded and installed the SOAP toolkit but the problem persist.

Any thoughts?

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of sammySeltzer
sammySeltzer
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
BTW, this means that you will need to install MSSOAP30.DLL if you haven't already.
Avatar of pvg1975

ASKER

Hey Sammy,

I did, and this is what I get:


Microsoft VBScript runtime error '800a01ad'

ActiveX component can't create object

/finance_2.asp, line 273
 
 
Are you sure you have MMSOAP30.DLL installed and registered?

This should solve your problem.
Avatar of pvg1975

ASKER

Yes, I installed it from Microsoft website. I will try to restart the server, I dont know whats going on...

Thanks!
I think you can download it from here:

http://www.microsoft.com/downloads/en/confirmation.aspx?familyid=BA611554-5943-444C-B53C-C0A450B7013C&displaylang=en

then follow installation and registration instructions.
Avatar of pvg1975

ASKER

I made it work Sammy, in IIS7 you need to set the application pool to enable 32 bit applications. Points are yours anyway for trying to help me :)
Thank you and congrats!