I am working on a task where I have to list the number of applications calling our web/wcf services.
Currently I am looking into the applications folders structure, and looking for the folder "Web References" to list all web services.
But this way of finding the total list for WCF services does not work because WCF services can be consumed in many other ways.
Is there a foolproof way of doing this?