Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/user-interface/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用Groovy(ActiveXobject)在SOAP UI中导入Dll_Soap_User Interface - Fatal编程技术网

使用Groovy(ActiveXobject)在SOAP UI中导入Dll

使用Groovy(ActiveXobject)在SOAP UI中导入Dll,soap,user-interface,Soap,User Interface,我使用groovy脚本在使用ActiveXobject的soap ui中使用dll中的类,每次调用它时都会出现以下错误 org.codehaus.groovy.control.multipleCompationerErrorSexception: 启动失败:Script15.groovy:3:无法解析类 第3行第15列的ActiveXObject。def signLib=new ActiveXObject('iop.systemtest.tools.signlib.SignLibForSoapU

我使用groovy脚本在使用ActiveXobject的soap ui中使用dll中的类,每次调用它时都会出现以下错误

org.codehaus.groovy.control.multipleCompationerErrorSexception: 启动失败:Script15.groovy:3:无法解析类 第3行第15列的ActiveXObject。def signLib=new ActiveXObject('iop.systemtest.tools.signlib.SignLibForSoapUI')^ org.codehaus.groovy.syntax.SyntaxException:无法解析类 第3行第15列的ActiveXObject。在 org.codehaus.groovy.ast.ClassCodeVisitorSupport.addError(ClassCodeVisitorSupport.java:148) 在

下面是我正在使用的脚本片段

import org.codehaus.groovy.scriptom.*
def signLib = new ActiveXObject('iop.systemtest.tools.signlib.SignLibForSoapUI');
有人知道吗