Forum Discussion
Cybele
13 years agoOccasional Contributor
astafev wrote: This worked for me: com.eviware.soapui.model.testsuite.TestStepResult testResult = testRunner.runTestStepByName("FlcApply");
log.info(testResult.getResponseContent())
I'm sorry, but I not sure how this is related to what I want to achieve. I need to call another web service from within my mock service - it's not related to a test suite at all.
Thanks.