Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to order Service operations in alphabetical order in SoapUI project?

Tags:

soapui

Soapui project has service with 100+ operations. It's very difficult to navigate when operations are not sorted. Is there a way to order operations in soapui ?

I'm using soapui free version, but I'm interested in solutions for SoapUI NG Pro as well.

like image 966
Ildar Galikov Avatar asked Jan 21 '16 10:01

Ildar Galikov


3 Answers

Apparently it's not possible. Tested with all versions, even with SoapUI NG Pro.

The only way to find your operation fast is to start typing your operation name. This way it navigates to the operation that starts with the same string as you typed.

like image 88
Ildar Galikov Avatar answered Oct 17 '22 14:10

Ildar Galikov


SoapUI free version: Preferences -> UI Settings -> Checked: Order Services alphabetically in tree. Then delete and recreate the list of services from WSDL. The new list is sorted alphabetically.

like image 5
Goran7T Avatar answered Oct 17 '22 15:10

Goran7T


The only way that I've found to order operations is to edit the raw soap-ui project xml. Maybe it's not viable to you, because of the size of your project, but anyway it's an alternative.

like image 2
Venny Avatar answered Oct 17 '22 16:10

Venny