要在webservice的web.config文件中的 <system.web> 节点下加入:
< webServices >
< protocols >
< add name = " HttpPost " />
< add name = " HttpGet " />
</ protocols >
</ webServices >
2023-10-29 13:30:40
要在webservice的web.config文件中的 <system.web> 节点下加入:
< webServices >
< protocols >
< add name = " HttpPost " />
< add name = " HttpGet " />
</ protocols >
</ webServices >