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 DiscussionsOS SoapUI: Can it connect and use Cosmos DB"Clone interface" between projects not workingSOAPUI not responding to soap11 requests
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