svcutil.exe http://localhost:9065/ServiceDemo.svc?wsdl

这将生成一个配置文件和一个包含客户端类的代码文件。

 

下面我们就用这个是怎么生成的:

1,打开Visual Studio命令提示(Visual Studio Tools下面)

2,在打开的界面里面输入svcutil.exe http://localhost:9065/ServiceDemo.svc?wsdl 即可

截图如下:

使用svcutil.exe 工具来生成调用文件

使用svcutil.exe 工具来生成调用文件

 

相关文章:

  • 2021-07-09
  • 2021-10-21
  • 2021-12-21
  • 2021-12-21
  • 2022-01-23
  • 2021-10-16
  • 2022-01-15
猜你喜欢
  • 2021-12-19
  • 2022-12-23
  • 2021-10-29
  • 2021-11-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案