I am trying to invoke a method in the java class from a vbscript. Am using J-Integra. But when I try to use CreateObject method in the vb script to use the java class i got exception Microsoft VBScript runtime error: ActiveX component can't create object: 'MyService.HelloWorld'
But when I use the function GetObject() instead of CreateObject() things are working properly. I followed everything from the start according to the J-Integra site: http://j-integra.intrinsyc.com/support/com/doc/
I am trying the late binding example.
Can anybody help me to sort out the issue? Any help would be greatly appreciated.