Listing maintenance operations in alphabetical order in the WCF test client (WcfTestClient.exe)

I often use the WCF test client. Unfortunately, this tool does not alphabetize and does not “order appearance” (the order in which operations are declared in the class of a service contract). This makes it difficult to search for a specific operation, if there are a lot of them.

Is there a way to get the WCF test client to sort operations alphabetically? Where does the default order take place?

+6
source share
1 answer

Despite the fact that it is not possible to order operations in alphabetical order, I realized that the WCF test client has a built-in incremental search.

It helps if you know what you are looking for.

+5
source

All Articles