办法:
web.config文件中的 <system.web> 节点下加入:
<webServices>
<protocols>
<add name= "HttpPost"/>
<add name= "HttpGet"/>
</protocols>
</webServices>
访问WebService,因 URL 意外地以“/HelloWorld”结束,请求格式无法识别。
原文地址:http://blog.csdn.net/rosefly110/article/details/44063711