Forum Discussion
abdelkarim
9 months agoNew Contributor
When trying to create a runner myself and starting it that way I get an exception: "No SSL keystore is specified for the virtual service." But none of my virtual services use https and should therefore not require a keystore.
import com.eviware.soapui.impl.wsdl.testcase.WsdlTestRunContext
import com.eviware.soapui.impl.wsdl.mock.WsdlMockRunner
// Omitted for brevity
def wsdlTestRunContext = new WsdlTestRunContext(context.currentStep)
def mockRunner = new WsdlMockRunner(server, wsdlTestRunContext)
mockRunner.start()