
WebService
文章平均质量分 71
dql1982
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
客户端访问Web Service方法的一个细节
转:http://dotnet.youkuaiyun.com/page/ee383115-a14d-41da-8842-f81a50a254bc show_ads_zone(203);之前遇到一个要求,需要能够取消一个正在进行中的Web Service。这也是我第一次遇到这个功能,不过不难,我想。既然ASP.NET AJAX的客户端与服务器端通信完全通过Microsoft AJAX Library的异步通转载 2008-01-25 10:37:00 · 443 阅读 · 0 评论 -
王牌网提供的几个实用Web Service文档
天气预报地址:http://www.wopos.com/webservice/weather.asmx介绍:使用 getWeather(city)方法:city-直接输入全国大中小城市及国外中城市中文名例: Public sub GetWopWeather(ByVal city As String) Dim s As String Try Dim weat As N转载 2007-12-07 13:51:00 · 637 阅读 · 0 评论 -
在WebService中使用Timer
在WebService中使用Timer 在WebService开发时,有时需要做轮询操作,可以使用Timer ,注意是System.Timers.Timer,且事件的触发必须是经过一次WebService调用后。 using System;using System.Web;using System.Web.Services;using System.Web.Services.转载 2007-12-10 11:11:00 · 943 阅读 · 0 评论