Robin's Blog

记录 积累 学习 成长

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

1.  创建webservice,为了免于落俗我稍稍修改了创建webserice的默认webmethod。^_^
还是俗了点。:)

Code


2. js调用webservice+xmlhttp的实现部分。

Code


Web.Config中必须配置

<webServices>
    <protocols>
        <add   name= "HttpGet "/>
    </protocols   >
</webServices>

允许以Get方式请求webService


posted on 2009-07-03 11:21  Robin99  阅读(215)  评论(0编辑  收藏  举报