学习笔记
创建代理类库的方法
1.使用WSDL方法
打开Visual Studio 2008 命令提示
输入
wsdl http://localhost:8800/TestHello/helloService.asmx /out:HelloService.cs
8800端口,/out输出路径
这样生成的HelloService.cs 文件为命令提示打开的目录
本文介绍了一种通过WSDL在VisualStudio2008中创建代理类库的方法,包括使用命令提示符及指定输出路径的具体步骤。
学习笔记
创建代理类库的方法
1.使用WSDL方法
打开Visual Studio 2008 命令提示
输入
wsdl http://localhost:8800/TestHello/helloService.asmx /out:HelloService.cs
8800端口,/out输出路径
这样生成的HelloService.cs 文件为命令提示打开的目录

被折叠的 条评论
为什么被折叠?