ContributionsMost RecentMost LikesSolutionsRe: SoapUI NG Pro installtion on Docker Hi Vladimir, Thanks for your reply. The provided link pointed me to documentation, where I found documentation for "Installing LoadUI Agent Using Docker" but not for SoapUI NG. Can you please share the any information or documentation for this process. Thanks, Ravi SoapUI NG Pro installtion on Docker Hello, We are in the process of doing CI/CD on the cloud(AWS). We have SoapUI NG licensed version(1.3.1). I want install SoapUI NG pro in Docker. 1. Does SoapUI NG Pro licensed version supports to install in Docker?. If so, is there any documentation available to explain the process?. Appreciate your help! Ravi Re: [Resolved]LDAP Data Connection and Data Source I am unable to connect to LDAP through groovy in ReadyAPI. I have added all ldap jar files under lib folder and re-started ReadyAPI. I tried same in ReadyAPI 1.3.1 and 1.9 version, but getting below error. In the groovy script I called like this import org.apache.directory.groovyldap.LDAP import org.apache.directory.groovyldap.SearchScope LDAP connection = LDAP.newInstance("ldap://devldapwt.xxxx.com:389","cn=iwsusercontextuser,ou=usercontextusers,ou=people,o=xxxx.com", "2qy80bd") It is failing at the first line itself. org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: Script11.groovy: 2: unable to resolve class org.apache.directory.groovyldap.SearchScope @ line 2, column 1. import org.apache.directory.groovyldap.SearchScope ^ org.codehaus.groovy.syntax.SyntaxException: unable to resolve class org.apache.directory.groovyldap.SearchScope @ line 2, column 1. at org.codehaus.groovy.ast.ClassCodeVisitorSupport.addError(ClassCodeVisitorSupport.java:146) at org.codehaus.groovy.control.ResolveVisitor.visitClass(ResolveVisitor.java:1222) at org.codehaus.groovy.control.ResolveVisitor.startResolving(ResolveVisitor.java:175) at org.codehaus.groovy.control.CompilationUnit$11.call(CompilationUnit.java:648) at org.codehaus.groovy.control.CompilationUnit.applyToSourceUnits(CompilationUnit.java:928) at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:590) at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:539) at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:297) at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:267) at groovy.lang.GroovyShell.parseClass(GroovyShell.java:692) at groovy.lang.GroovyShell.parse(GroovyShell.java:704) at groovy.lang.GroovyShell.parse(GroovyShell.java:740) at groovy.lang.GroovyShell.parse(GroovyShell.java:731) at com.eviware.soapui.support.scripting.groovy.SoapUIGroovyScriptEngine.compile(SoapUIGroovyScriptEngine.java:138) at com.eviware.soapui.support.scripting.groovy.SoapUIGroovyScriptEngine.run(SoapUIGroovyScriptEngine.java:89) at com.eviware.soapui.support.scripting.groovy.SoapUIProGroovyScriptEngineFactory$SoapUIProGroovyScriptEngine.run(SoapUIProGroovyScriptEngineFactory.java:76) at com.eviware.soapui.impl.wsdl.teststeps.WsdlGroovyScriptTestStep.run(WsdlGroovyScriptTestStep.java:155) at com.eviware.soapui.impl.wsdl.panels.teststeps.GroovyScriptStepDesktopPanel$RunAction$1.run(GroovyScriptStepDesktopPanel.java:263) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Script11.groovy: 1: unable to resolve class org.apache.directory.groovyldap.LDAP @ line 1, column 1. import org.apache.directory.groovyldap.LDAP ^ org.codehaus.groovy.syntax.SyntaxException: unable to resolve class org.apache.directory.groovyldap.LDAP @ line 1, column 1. at org.codehaus.groovy.ast.ClassCodeVisitorSupport.addError(ClassCodeVisitorSupport.java:146) at org.codehaus.groovy.control.ResolveVisitor.visitClass(ResolveVisitor.java:1222) at org.codehaus.groovy.control.ResolveVisitor.startResolving(ResolveVisitor.java:175) at org.codehaus.groovy.control.CompilationUnit$11.call(CompilationUnit.java:648) at org.codehaus.groovy.control.CompilationUnit.applyToSourceUnits(CompilationUnit.java:928) at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:590) at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:539) at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:297) at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:267) at groovy.lang.GroovyShell.parseClass(GroovyShell.java:692) at groovy.lang.GroovyShell.parse(GroovyShell.java:704) at groovy.lang.GroovyShell.parse(GroovyShell.java:740) at groovy.lang.GroovyShell.parse(GroovyShell.java:731) at com.eviware.soapui.support.scripting.groovy.SoapUIGroovyScriptEngine.compile(SoapUIGroovyScriptEngine.java:138) at com.eviware.soapui.support.scripting.groovy.SoapUIGroovyScriptEngine.run(SoapUIGroovyScriptEngine.java:89) at com.eviware.soapui.support.scripting.groovy.SoapUIProGroovyScriptEngineFactory$SoapUIProGroovyScriptEngine.run(SoapUIProGroovyScriptEngineFactory.java:76) at com.eviware.soapui.impl.wsdl.teststeps.WsdlGroovyScriptTestStep.run(WsdlGroovyScriptTestStep.java:155) at com.eviware.soapui.impl.wsdl.panels.teststeps.GroovyScriptStepDesktopPanel$RunAction$1.run(GroovyScriptStepDesktopPanel.java:263) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) 2 errors Any help would be appreciate. Thanks Ravi Swagger plugin installation failed Hi, I have ReadyAPI! 1.3.1 version with floating license. Getting below error while installing Swagger plugin. com.eviware.soapui.plugins.InvalidPluginException: Error loading plugin class com.smartbear.swagger.PluginConfig Can you please help on this issue. Re: Groovy Script Debugging? [ SOLVED ] Hi, I have ReadyAPI 1.3.1 software with SoapUI NG Pro license. I do not see debugging options in groovy script editor. Are there any settings needs to be done to display Debugging options?. Please help me on this Error in processing parameterized string values from Excel file to RESTful request Getting "Unexpected element: CDATA" error when string values are parameterized from xlsx file. It worked for Integers. Not sure why it is failing for strings. Verified that string is passed in messageExchange Viewer. Version : ReadyAPI 1.3.1 For the same request, value is hardcoded in request and it worked fine. Please find the attached screenshot. Appreciate your help!. RESTful response returned with errors in ReadyAPI ReadyAPI returned response with errors for RESTful getservice. But the same service returned valid response from chrome "POSTMAN" app. Developer said, service is working fine. I believe it is issue in ReadyAPI tool. Not sure why ReadyAPI tool failed to return valid response. Attached both ReadyAPI response and "POSTMAN" response. Details:- RESTful request :-https://deretapp11:20241/aar-services/jax-rs/beneficiary-services/secure/beneficiaries HTTP Method : GET ReadyAPI version : 1.3.1. I would appreciate if you can look at this issue. Thanks Ravi