Hi,
Could anyone out there give some pointers on how to go about getting a listing of all the web service references used by a WCF application - the pseudo code I'm envisioning might look something like:
For each ws in MyWebServices Console.WriteLine("Service Name: " & ws.Name) Next
How to build the MyWebServices object is what I am wondering?
Thanks