pvg1975
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("MSSOA P.SoapClie nt")
The server is Windows 2008 R2. I already downloaded and installed the SOAP toolkit but the problem persist.
Any thoughts?
Thanks!
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("MSSOA
The server is Windows 2008 R2. I already downloaded and installed the SOAP toolkit but the problem persist.
Any thoughts?
Thanks!
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
BTW, this means that you will need to install MSSOAP30.DLL if you haven't already.
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
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.
This should solve your problem.
ASKER
Yes, I installed it from Microsoft website. I will try to restart the server, I dont know whats going on...
Thanks!
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.
http://www.microsoft.com/downloads/en/confirmation.aspx?familyid=BA611554-5943-444C-B53C-C0A450B7013C&displaylang=en
then follow installation and registration instructions.
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!