Link to home
Start Free TrialLog in
Avatar of sylvain TRIBY
sylvain TRIBY

asked on

Microsoft VBScript Runtime Error '800a01ad' Error An ActiveX component can not create an object: 'MSSOAP.soapClient3

I have a website on windows server 2016 host with IIS. And the using of MSSOAP30 is not working.

I tried to register the dll MSSOAP30.dll in module in IIS but it did not change anything. Below is the line of code wich is not working.

Dim soapClient

Set soapClient = CreateObject("MSSOAP.soapClient30")

Open in new window


The error message below

Microsoft VBScript Runtime Error '800a01ad' Error

An ActiveX component can not create an object: 'MSSOAP.soapClient30'

Open in new window

Avatar of Scott Fell
Scott Fell
Flag of United States of America image

Is that 32bit? Are you running it on a 32 bit classic app pool?

As an alternative, here is an example of vbs using xmlhttppost for soap calls https://www.experts-exchange.com/questions/28293687/Classic-ASP-and-SOAP.html?anchorAnswerId=39646834#a39646834
Avatar of sylvain TRIBY
sylvain TRIBY

ASKER

The system is running on 64bit i tried to allow 32 bits application it made crash everything
ASKER CERTIFIED SOLUTION
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks you man it resolved my problem i just created a another pool and put the website in it with 32bit application on. Have a good day.
Perfect!
No comment has been added to this question in more than 21 days, so it is now classified as abandoned.

I have recommended this question be closed as follows:

Accept: 'Scott Fell' (https:#a42901319)

If you feel this question should be closed differently, post an objection and the moderators will review all objections and close it as they feel fit. If no one objects, this question will be closed automatically the way described above.

seth2740
Experts-Exchange Cleanup Volunteer