生成代理类
1.WebService
在VS2008命令提示工具中输入一下内容然后回车
wsdl http://localhost:22832/Service1.asmx?wsdl
(http://localhost:22832/Service1.asmx 是ws地址)
如图:
黄线部分是 生成代理类的默认保存路径
Web 服务描述语言工具 (Wsdl.exe):http://technet.microsoft.com/zh-cn/7h3ystb6(v=vs.80)
2.WCF SvcUtil
(1)
(2)