tkumarkOccasional Contributor15 years agohow to get the response when sending request from scriptdef testcase = testRunner.testCase.testSuite.project.testSuites["TestSuite 1"].getTestCaseByName ("TestCase 1");WsdlTestCaseRunner runner = new WsdlTestCaseRunner( testcase,null );def runresult =runner.runTestStepByName('Test Request');after sending this request i would like to get the response. How do you do that?Thanks
Recent DiscussionsSoapUI 5.9.1 displays "[]" as "<Empty JSON content>"SoapUI - Apache Commons FileUpload (CVE-2025-48976)(High)Log4j vulnerability (CVE-2025-68161)
Related ContentSending HTTP requests and parsing JSON in TestCompleteSending JMS message as response to SOAP requestHow to loop row response from JDBC Request to send Soap Request