BananaQuaalude
06-13-2006, 12:19 PM
Hello,
I'm trying to connect to Microsoft Project Server 2003's PDS to create new resources. I get an error on the following line:
set oSoapClient = Server.CreateObject("MSSOAP.SoapClient30")
Error: Microsoft VBScript runtime error '800a01fa' Class not defined: 'SoapClient30'
If I try to use this:
set oSoapClient = Server.CreateObject("MSSOAP.SoapClient")
I get this error: Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed
Soap version 3 is installed on the server. I have checked that the soap dlls on the server are registered correctly and even re-registered them. I don't think there is a problem with my code, I think the issue is server-side, but I'm not sure what to check next.
Any help would be greatly appreciated!
I'm trying to connect to Microsoft Project Server 2003's PDS to create new resources. I get an error on the following line:
set oSoapClient = Server.CreateObject("MSSOAP.SoapClient30")
Error: Microsoft VBScript runtime error '800a01fa' Class not defined: 'SoapClient30'
If I try to use this:
set oSoapClient = Server.CreateObject("MSSOAP.SoapClient")
I get this error: Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed
Soap version 3 is installed on the server. I have checked that the soap dlls on the server are registered correctly and even re-registered them. I don't think there is a problem with my code, I think the issue is server-side, but I'm not sure what to check next.
Any help would be greatly appreciated!