<configuration>  
    <system.web>  
    <webServices>  
        <protocols>  
            <add name="HttpGet"/>  
            <add name="HttpPost"/>  
        </protocols>  
    </webServices>  
    </system.web>  
</configuration>  Window Server IIS6.0部署webservice请求调用提示请求失败
原文:http://www.cnblogs.com/yxwkf/p/5425360.html