具体方法:

打开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

相关文章:

  • 2021-05-23
  • 2021-11-06
  • 2021-07-17
  • 2021-06-06
  • 2021-09-18
  • 2022-12-23
猜你喜欢
  • 2021-08-17
  • 2021-09-10
  • 2022-12-23
  • 2022-12-23
  • 2022-03-08
  • 2022-12-23
  • 2021-11-05
相关资源
相似解决方案