生成webservice代理类
wsdl /language:c# /n:TestDemo /out:d:/Temp/TestService.cs http://localhost:49614/Service1.asmx?wsdl
生成wcf 代理类
svcutil.exe /language:cs /out:D:Proxy.cs /config:D:app.config http://localhost:49614/Service1.svc
界面配置实现
生成webservice代理类
wsdl /language:c# /n:TestDemo /out:d:/Temp/TestService.cs http://localhost:49614/Service1.asmx?wsdl
生成wcf 代理类
svcutil.exe /language:cs /out:D:Proxy.cs /config:D:app.config http://localhost:49614/Service1.svc
界面配置实现