The server could not process the request : ClassFactory cannot provide the requested class

116 Views Asked by At

I am currently testing an asmx web service methode via SoapUI, first i got this error : the server could not process the request the object with the CLSID is invalid or not registered.

So i exported the missing CLSID from another server containing the dll registred with the correct CLSID, and now when i run the request i get this error :
the server could not process the request : ClassFactory cannot provide the requested class

I did some research on the web including stackoverflow, but still facing the issue if someone got an idea...

The webservice is hosted on WindowsXp

0

There are 0 best solutions below