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 DiscussionsInvalid Content-Type for attachmentsMalfunction changing between multiple screensHow do I add a REST query string without the 'name='
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