在websrvice发布文件的webconfig中加入
<httpRuntime maxRequestLength="102400" /> <webServices>
<protocols>
<add name="HttpPost" />
<add name="HttpGet" />
</protocols>
</webServices>
标签:调用,webservice,webconfig,websrvice,发布,不通
来源: https://www.cnblogs.com/heyiping/p/10518321.html