How do I add a WSDL to a Visual Studio 2005 project?

Posted by Ben McCormack on Stack Overflow See other posts from Stack Overflow or by Ben McCormack
Published on 2010-04-23T16:20:01Z Indexed on 2010/04/23 16:33 UTC
Read the original article Hit count: 216

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?

© Stack Overflow or respective owner

Related posts about wsdl

Related posts about visual-studio