Quantcast
Channel: CSDN博客推荐文章
Viewing all articles
Browse latest Browse all 35570

VS写Webservice时候如果要让用户调用你写的函数

$
0
0

写webservice的时候,我们写好发布后只能在本机上进行测试的。就说说只能在本机上显示函数“调用”这两个字。但如果我们要让用户能够测试我们写的函数,看看我们给他提供的什么样的结果。那服务就有必要在发布后也给用户提供“调用”这个的功能。

具体如下:

在 <System.Web>  标签中添加如下即可:

 <System.Web>  
  <webServices>  
   <protocols>  
 <add  name="HttpGet"/>  
 <add  name="HttpPost"/>  
</protocols>  
 </webServices>  
</System.Web>  

作者:shileimohan 发表于2013-3-28 11:07:39 原文链接
阅读:0 评论:0 查看评论

Viewing all articles
Browse latest Browse all 35570

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>