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 DiscussionsMissing wsi-test-tools in SoapUI 5.9.0How to escape ampersand in Property Expansion?No Fluff, Just Real Stuff - DevRel Newsletter July edition here!
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