Forum Discussion

ajit009's avatar
13 years ago

Multiple MockResponse for a single request

Hi,

I have to implement a mockService where in I will receive an order request and I will have to reply to that with following:

orderSubmitted Response
--> wait 20 secs
orderConfirmed Response
--> wait 20 secs
orderCompleted Response

Is there a way I can return these three responses with the wait time, when I receive one order request.

ajit.