How do I add a WSDL to a Visual Studio 2005 project?
- by Ben McCormack
One of our vendors provides a web service API to allow their customers to validate data in a database. As part of their SDK, they provide a WSDL (Web Service Definition Language) file that, according to their documentation, can "be read by software applications and application development tools. An application tool such as Microsoft's Visual Studio can import a WSDL document and automatically generate software classes that access the Web Services the WSDL defines."
I'm currently using Visual Studio 2005. What do I need to do to get Visual Studio to do the magic code generation for me?