如何在 Visual Studio 2012 中创建 Web 服务(服务器和客户端)?

问题描述:

如何在 Visual Studio 2012 中创建 Web 服务(服务器和客户端)?就像在 2012 年之前完成的一样http://www.tutorialspoint.com/asp.net/asp.net_web_services.htm

How to create web service (server & Client) in Visual Studio 2012? like being done before 2012 as http://www.tutorialspoint.com/asp.net/asp.net_web_services.htm

创建新项目时,在您选择的语言下,选择Web,然后更改为.NET Framework 3.5,您将可以选择创建 ASP.NET WEB 服务应用程序.

When creating a New Project, under the language of your choice, select Web and then change to .NET Framework 3.5 and you will get the option of creating an ASP.NET WEB Service Application.