摘要: using System;using System.CodeDom;using System.IO;using System.Text;using System.Web.Services.Configuration;using System.Web.Services.Description;using System.Web.Services.Protocols;using System.Xml.Serialization; // The YMLAttribute allows a developer to specify that the YML SOAP// extension run on 阅读全文
posted @ 2011-04-28 18:51 似水流年-johnhuo 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 本文的客户端应用程序不包括 ASP.Net Web 应用程序! 本文假设 URL: http://localhost/mywebservices/updownload.asmx 共有 4 个程序文件 (Web.Config 就不赘述了) Server Side: 标题中所提到的 "异步" 其实在服务器端的程序并没有什么特殊的,而主要是通过客户端应用程序 异步调用相关 Web Method 实现的! 1. updownload.asmx ,位于 IIS 的某个 Web 共享目录,代码如下,只有一句话: <%@ WebService Language="c#&q 阅读全文
posted @ 2011-04-28 18:06 似水流年-johnhuo 阅读(289) 评论(0) 推荐(0) 编辑