I have a WCF-Project which has about 50 Web-Services.
Is there any way to get a list of all links to the wsdlls?
When I publish it to IIS and browse the directory of Wcf i have to click on every single service to open up the page where it shows a direct link to wsdl.
Here are two links to wsdl (Service1, Service2): https://exampleServer:8080/Wcf/Service1.svc?singleWsdl https://exampleServer:8080/Wcf/Service2.svc?singleWsdl
Is there any way to obtain these links automatically in one list?
Thank you very much in advance
Sebastian