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?
source share