abhishek813
12 years agoFrequent Contributor
how to make scriptom work with soapUI
I want to use scriptom to access COM objects in soapUI but i am not able to get beyond step 1, i.e., installing scriptom.
I have tried the steps mentioned in http://www.soapui.org/forum/viewtopic.php?t=96 but when i run a simple command(see below)
i get a class not defined error(see below)
Has anyone been able to successfully use scriptom with soapUI? If yes can you please help me?
ps: i am using soapUI 4.5.2 Pro and OS. I need scriptom to work with both.
I have tried the steps mentioned in http://www.soapui.org/forum/viewtopic.php?t=96 but when i run a simple command(see below)
import org.codehaus.groovy.scriptom.*
def tdc = new ActiveXObject ('TDApiOle80.TDConnection')
i get a class not defined error(see below)
Has anyone been able to successfully use scriptom with soapUI? If yes can you please help me?
ps: i am using soapUI 4.5.2 Pro and OS. I need scriptom to work with both.