1、第一种情况,当写的WebService不支持其他请求时,处理方式;执行在WebConfig配置文件<system.web>节点增加
<webServices>
<protocols>
<add name="HttpPost"/>
<add name="Documentation"/>
<add name="HttpSoap"/>
<add name="HttpSoap12"/>
<add name="HttpPostLocalhost"/>
</protocols>
</webServices>
2. 当PostMan出现【从客户端(xml="<?xml version="1.0" ...")中检测到有潜在危险的 Request.Form 值。】
只需在WebConfig配置文件<system.web>增加 <httpRuntime requestValidationMode="2.0"/>