The error comes from the native code (C++) part of the COMProvider that is included
with Apache SOAP.
The specific error means that the COM object could not be created. There are a number
of reasons why creation could fail, but I don't know how many different specific error
messages there are. The usual stuff to check would be
1. Is the COM object registered on the server machine? You can test with a simple
VBScript file
Set foo = CreateObject("the-progid-of-the-class")
If this script does not show any error, the COM object is registered.
2. Does the deployment descriptor have the progid of the class correct?
3. Might there be any security problems (if COM+ is used)?
Scott Nichol
Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 15, 2003 2:52 PM
Subject: COMProvider issue
> Hi,
> I am using Apache-SOAP bundled with websphere 4.05 and I am getting
> the following error with the ComProvider.dll (I have a third party COM
> object on the server side).
>
> COMProvider: native code exception:[SOAPException:
> faultCode=SOAP-ENV:Server; msg=Failed to create instance and interface
> IID_Dispatch hr=0x80080008]
>
> What does this error message mean..Is it a COMProvider error msg at all ...
>
>
> Thanks for your help
>
> Santosh
>
>
>
>
>