Forum Discussion
Dheepha
12 years agoContributor
I just re-installed the soapui and installed the jars as you mentioned.
Still I'm getting the same error.
"com.jacob.com:ComFailException:Invokeof:InitConnectionEx"
Source:
Description:Invalid Server response
and my piece of code is:
import org.codehaus.groovy.scriptom.*
import com.jacob.activeX.ActiveXComponent
import com.jacob.com.*
Scriptom.inApartment
{
def tdc = new ActiveXObject ('TDApiOle80.TDConnection')
tdc.InitConnectionEx('http://hostname:port/qcbin/start_a.jsp')
tdc.Login('loginname', 'pwd')
tdc.Connect('domain','proj')
}
Anything i missed from my end?
Thanks,
Dheepha V
Still I'm getting the same error.
"com.jacob.com:ComFailException:Invokeof:InitConnectionEx"
Source:
Description:Invalid Server response
and my piece of code is:
import org.codehaus.groovy.scriptom.*
import com.jacob.activeX.ActiveXComponent
import com.jacob.com.*
Scriptom.inApartment
{
def tdc = new ActiveXObject ('TDApiOle80.TDConnection')
tdc.InitConnectionEx('http://hostname:port/qcbin/start_a.jsp')
tdc.Login('loginname', 'pwd')
tdc.Connect('domain','proj')
}
Anything i missed from my end?
Thanks,
Dheepha V