如何使用Web Services??
1、用wsdl.exe生成代理类。例如:C:\>wsdl http://localhost/TeachShow/Charpter8/FirstAndUse/Computer.asmx
2、csc /target:library File.cs 编译生成dll。
3、在客户端运用生成的dll。
1、用wsdl.exe生成代理类。例如:C:\>wsdl http://localhost/TeachShow/Charpter8/FirstAndUse/Computer.asmx
2、csc /target:library File.cs 编译生成dll。
3、在客户端运用生成的dll。