ContributionsMost RecentMost LikesSolutionsRe: Concurrency Testing with Varied Inputs Luckly i got Pro License can you please share any references how this can be achieved ? Re: Concurrency Testing with Varied Inputs Thanks richie , ChrisAdams My Bad, I mean i want a setup that should test the Web service with a user with a unique set of data in concurrency, for instance below is the example USER1 ---> DATA1 USER2 ---> DATA2 USER3 ---> DATA3 USER4 ---> DATA4 USER5 ---> DATA5 : : : USERN ---> DATAN Is this possible with SOAP UI free version ? Concurrency Testing with Varied Inputs Hi Team, Is it possible to run the Concurrency test with varied inputs with SOAP UI ? I have created a Simple Test (Groovy Script Calling a SOAP Request) i want this test to be run with different test of inputs in concurrency with a single user is this possible with SOAP UI ? Can you share some references for this ? Thanks Chaitanya Re: Passing the SOAP Request from File For now i am trying with simple payload from the file using this groovy setup. I tried the same file payload by pasting in the xml window of the request and it is working fine. When test the groovy script alone in am getting the result back from the return variable "returnValue" what i am not sure is if i am calling the groovy script correctly from the request. i have added the screen shot how i am calling the script from request please let me know if that is correct Re: Passing the SOAP Request from File Thanks Chris ! I am able to get the data from the file , Can you please let me know how can i call this groovy script from my SOAP Request payload. when i am trying to access the script from SOAP request xml window like ${NameofStep#Result} i am getting "Invalid request" error Re: Passing the SOAP Request from File Yes Chris thats correct, i want to call this web service with this huge payload request which is present in that file. Thanks Chaitanya Re: Passing the SOAP Request from File Thanks Rich, I have already done this setup and i could make a simple request call successfully. But in real use case the request xml is very huge which is present in a xml file, so i am looking ways to pass this request xml file to this web service. Is that possible with soap ui ? Can you please point some references ? Thanks Chaitanya Passing the SOAP Request from File Hi I have to make a SOAP webservice call with a huge request which is there in a file, is it possible to pass this request xml file from SOAP UI to make a web service call ? can you please provide some pointers for this ? Thanks in advance Chaitanya