Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Listing service operations alphabetically in WCF Test Client (WcfTestClient.exe)

I often use WCF Test Client. Unfortunately this tool does not order alphabetically nor in "order of appearance" (order in which operations are declared in service contract class). This make it quite difficult to find specific operation if there are many.

Is there any way to force WCF Test Client, to order the operations alphabetically? Where the default ordering comes from?

like image 763
Sebastian K Avatar asked Feb 04 '13 20:02

Sebastian K


1 Answers

Even though it does not seem to be possible to order operations alphabetically I realized that WCF Test Client has built-in incremental search.

That helps if you know what you are looking for.

like image 64
Sebastian K Avatar answered Sep 30 '22 17:09

Sebastian K