Class not Registered exception in java

0

I am consuming a SOAP webservice in JAVA. I have created stubs. When I Execute the code I am getting

    Server was unable to process request. ---> 
Retrieving the COM class factory for component with CLSID {28487481-0A2C-4E61-A198-417335F22895} 
failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).

After googling a bit, I found out this is relevant to C#. But I am using JAVA. Not sure Why am I seeing this. Would be helpful, If you can throw some light on this.

java
c#
web-services
soap
soap-client
asked on Stack Overflow Mar 19, 2018 by sathya

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0