C# client how to invoke wsdl file
问题 My customer gave me a .wsdl file to access their webservices. Using VS2008 I can create a project, but I don't know how to use the .wsdl file in it. 回答1: You don't invoke WSDL file, you add service reference from the file. To add reference, right click on the project, select Add Service Reference . Paste path to your wsdl file and hit Go . If you want to use legacy Web Service client, select Add Web Reference and paste path to the wsdl file from there. I recommend to use WCF (Add Service