I have created a Mock Service in SoapUI. By default it creates a Request 1
and a corresponding Response 1
in the Mock Service for you.
I can also clone Response 1
and call it Response 2
. But when i do a new test request in SoapUI with Request 1
, it will then always return Response 1
.
So what is the use of cloning Responses? Is there anyway to tell SoapUI that if a request with <ID> == 100
, then return Response 1
, otherwise return Response 2
.
Is this possible? If so, how can i do this?