・無効の状態では、500エラーとなる。(Internal Server Error)
使い方
<configuration>
<system.web>
<webServices>
<protocols>
<add name="HttpGet"/>
<add name="HttpPost"/>
</protocols>
</webServices>
</system.web>
</configuration>
参考
https://stackoverflow.com/questions/20514168/asmx-web-service-500-error