c# .net 用cmd生成webservice客户端类 wsdl

首先在c盘搜索“wsdl.exe”,如何复制路径如下图
c# .net 用cmd生成webservice客户端类 wsdl_第1张图片
如何新建一个笔记本,打开输入cd /d +之前复制的路径 如何行输入wsdl下载webservice的语句
wsdl /language:c# /n:Demo /out:d:/TestService.cs http://localhost/webDemo/WebService1.asmx
其中language:c#  “C#”为生成的语言
/out:d:/TestService.cs “d:/TestService.cs”为配置生成文件的路径和文件名
http://localhost/webDemo/WebService1.asmx 这里是要下载的webservice的访问路径及说明文件

如何保存后关闭txt文件,重复名把txt后缀名改为.bat 如何双击执行及个在知道位置生成webservice客户端方法类了
c# .net 用cmd生成webservice客户端类 wsdl_第2张图片

你可能感兴趣的:(C#)