ContributionsMost RecentMost LikesSolutionsRe: Groovy script to call SOAP service outside SOAP UI/Ready API IDE Hello Olga_T , groovyguy , nmrao , Thanks for your valuable suggestions ! I know this post is nothing to do with SOAP UI/ Ready API IDE, but thought to post this question as its related to groovy scripting and as we use same to automate web services through SOAP pro versions. I have a requirement to call a SOAP web service with groovy script but have to invoke SOAP call without using SOAP UI / Ready API IDE, as we are further going to integrate this groovy script file with java (needed for UI automation) so that we invoke this groovy script through some command or using command prompt and achieve objective of hitting web service and retrieve successful response and save req/response files. nmrao - i tried to follow up suggestions, but still stuck with how to use compiler from github and also need a reference of some sample scripts so that i can refer further and implement same. Thanks! Re: Ready API versions Hi NBorovykh Thanks for your suggestions ! Sure, will follow steps before migrating to newer version of Ready API. In between, Can you please elaborate more about this point from your post -- "Make sure that the "Script library" and "Custom Java libraries" properties point to the correct locations. " Thanks! Re: Ready API versions Hello Radford Thanks for your response and for your valuable time! If any one else has ideas, please provide some assistance on my query. Thanks! Groovy script to call SOAP service outside SOAP UI/Ready API IDE Hello, I have a requirement wherein, i need to call SOAP services using groovy script but without using SOAP UI / Ready API tool. Any suggestions or ideas would help me here, about how to approach and achieve objective. Till today, i have worked with groovy scripting with using SOAP UI pro/ Ready API tool. This is something new area which i have to explore so any suggestions or idea would lead me further. Thanks! Re: Ready API versions Hello, Thanks for reply! But my question was , i have already developed and completed one of my project using Ready API 1.9.0 version. Now i have requirement to setup my project in one of client virtual machine. I was thinking to install latest Ready API version i.e. (2.8.2) in designated virtual machine but i have concern whether my project gets imported into new version of Ready API without any issues as it is developed under Ready API version 1.9.0. I have this question , because earlier i have faced an issue where in test case level run was not working properly , when i have imported my project (developed under v1.9.0) into Ready API v2.1.0. Also please let me know if any other settings needs to be adhered if we are migrating our project from one Ready API version to another version. Thanks! Ready API versions I have my entire project developed and build via Ready API 1.9.0 version now if i have to install new versions of Ready API (for ex: 2.0, 2.1 etc) any settings need to be adhered / to be followed so that my entire project is suited and well formated to new versions. Can you please assist on above mentioned problem. SolvedHow to set status of all test steps within Data Source loop using Groovy test step Hello, I am running a SOAP UI test case which is data driven , it has test step with both DataSource and "DataSource Loop" test steps. I working on groovy script, so that before looping to next test condition through DataSource Loop test step, i can set Status of all test steps , to a value apart from "OK"/"FAILED", until "HTML_Report" groovy step. PFA snippet of SOAP UI test case structure. Can you please assist on the same. Re: How to get current data row# from DataSource TestStep into list using groovy script Hello bagochips Thanks for your response! I am trying to save data row # to a list for failed test cases, since i have written a Tear down script at Test Suite level, to capture messages for failed test steps across all test cases from a test suite. Then, i am publishing captured failed test step messages under Log details section of HTML report generated from test suite level. But i am stuck at one thing, wherein i wanted to print Data row # for corresponding failed test step messages so that it can be segregated and can give more clarity to logs section. During this course of generating HTML report, found below issues due to which i have come up with this approach: 1. SOAP UI provides Data Row # as a message at end of each test data row execution and it is independent of failed test steps, due to which i am unable to capture this message even if i add boolean condition to check test step status = 'FAILED' at tear down script. 2. The below groovy statement, is only supported at test case level and not at test suite since 'runner' class doesn't support below statement or methods. def row = testRunner.testCase.testSteps["DataSource"].currentRow PFA Tear down script written at test suite level - capturing messages for failed test steps and also snippet of HTML report and SOAPUI test case structure. Appreciate your help on the same. Regards, Ashish how to enable/disable desired test case from particular testsuite using command line arguments Hello, Can we enable and disable particular test cases from particular test suite using command line arguments. I want to avoid doing same by manually launching SOAP UI/ Ready API tool, exit tool and then come back and try from command line arguments. Can you please help me on the same. Regards, Ashish Re: How to get current data row# from DataSource TestStep into list using groovy script Hello, Appreciate your help on the issue as mentioned above.. Regards, Ashish