摘要:
http://blog.csdn.net/21aspnet/archive/2004/10/26/153202.aspx 阅读全文
该文被密码保护。 阅读全文
摘要:
1.已知webservice路徑http://hsappsuat01/sendmail/General.asmx 中有一個方法NTAcount,返回值為string2.web.config添加以下語句<appSettings><add key="WSServer1" value="http://hsappsuat01/sendmail/General.asmx/></appSettings>3.在測試網站裡添加一個類WebServiceFactory.cs,代码如下:using System;using System.Data; 阅读全文