ContributionsMost RecentMost LikesSolutionsFeature 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 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 SolvedRe: Service mocking - extra line in the end of the wsdl The wsdl parsing seemed to be failing, but's a false alarm. Sorry Service mocking - extra line in the end of the wsdl Hello, I'm trying to use the service mocking functionality: https://www.soapui.org/soap-mocking/service-mocking-overview.html But SoapUI adds an extra line in the end of the wsdl of my mocked services. I doubled checked and the original wsdl is fine. I was wondering if anyone has any clues. $ java -version java version "1.8.0_121" Java(TM) SE Runtime Environment (build 1.8.0_121-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode) WSDL http://search.webofknowledge.com/esti/wokmws/ws/WOKMWSAuthenticate?wsdl Thanks. Solved