具体方法:
打开Microsoft Visual Studio 2008->Visual Studio Tools->Visual Studio 2008 命令提示窗口。
输入:wsdl /nologo /n:空间名 ws_file?wsdl /out:输出的文件名.cs 可生成代理类(ws_file是你的WebService URL,输出的文件名.cs是你起的代理文件名字)
wsdl /nologo /n:namespace1 http://127.0.0.1:8092/NoSeatOrderService.asmx /out:fileFullName1.cs
原文地址:http://www.cnblogs.com/mingyongcheng/p/3833218.html