Forum Discussion

marcelopm's avatar
marcelopm
New Contributor
8 years ago
Solved

Feature request - SOAP Mocking > MockOperation Dispatching > SEQUENCE > response return reordering

Hello,

 

I've been using the mock functionality and I have a feature request to make.

 

In Home / Documentation / SOAP Mocking / MockOperations and Responses:

 

https://www.soapui.org/soap-mocking/mockoperations-and-responses.html

 

Section MockOperation Dispatching:

  • SEQUENCE: this is the simplest dispatch method; responses are selected and returned in the order they have been added to the MockOperation.

 

If you are setting up a mock service with a bunch of fake responses and you need to change their order, it can become quite cumbersome since you would need to recreate them or swap their contents around.

 

I wish there was a better way to reorder the responses, preferable by dragging them, without having to use a QUERY-MATCH MockOperation dispatcher, which would involve more complexity.

 

cheers