Webservice 用http get方式无法请求到的解决办法

要在webservice的web.config文件中的 <system.web> 节点下加入:

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

posted @ 2011-11-16 15:12  爱知菜  阅读(348)  评论(0编辑  收藏  举报