The test form is only available for requests from the local machine.
解决的方法:
在web.config的 <system.web></system.web>中间加入如下配置节内容
<webServices> <protocols> <add name="HttpSoap"/> <add name="HttpPost"/> <add name="HttpGet"/> <add name="Documentation"/> </protocols> </webServices>