ContributionsMost RecentMost LikesSolutionsHow to generate SOAP Request from Groovy scriptHi, all. I'm looking for how to generate SOAP request from Groovy script and obtain response back in script. I found def request = testRunner.runTestStepByName( "Request 1"); but Then I have to add request, and I'm not shure if I can parametrize the request as I want. Is there any other ways to run request from Groovy?