Reputation: 55
I am writing a wcf application.During a Visual Studio build, I need to include wsdl files into the project. How to do it? I know disco.exe is able to download these files.
Upvotes: 0
Views: 169
Reputation: 60438
In Visual Studio you add a Webservice as an Reference.
http://msdn.microsoft.com/en-us/library/d9w023sx(v=vs.80).aspx
Upvotes: 1