ContributionsMost RecentMost LikesSolutionsRe: Unable to acces API Index I mean the API Documentation Index : https://www.soapui.org/apidocs/index-all.html Cheers ! Unable to acces API Index Hello nice people ! It seems that the link that used to show the index for the ReadyAPI gives me a 404 arr!-or. Can you please check / update the link if needed ? Thanks ! Re: Passing groovy 'lists' via testcase properties... And also... I found a solution / a way in which it works. Re: Passing groovy 'lists' via testcase properties... I think I am in the same situation as PramodYadav and the issue is still present. Should I post a new thread or can I continue on the same thread, especially since the last message is not over 1 year old (as mentioned before in this thread) ? Replying with multiple responses to a single SOAP request Hello, I am investigating SoapUI for a project where we have to mock a customer SAP that will communicate with our systems using SOAP messages. The generic task that we have to solve is this : - a MockService receives a request, processes some data from the request and depending on the data we have to send back a certain number of responses which are a subset of the total number of responses. Let's say we have responses from A to Z. Depending on the data from the request, we will : - issue Response A with a part of the data from request 1 - issue Response D with a part of the data from request 1 - issue Response F with a part of the data from request 1 - issue Response S with a part of the data from request 1 etc. I have seen it asked but not actually answered here : https://community.smartbear.com/t5/SoapUI-Open-Source/Multiple-Response-with-Mock-Service/td-p/8900 This was a long time ago and I want to know if there is any solution to this, either using SoapUI or any other SmartBear product. It would be prefferable if this can be done from Groovy / Javascript within the SoapUI user interface but I am open to any sugestions including using SoapUI JARs to build code on top of them (although as a last resort). Thanks, Zoran