Web Serivce 站點,在遠處服務器上調用,如何能收入參數

在配置文件web.config中,<system.web></system.web>中間加入以下配置節內容
<webServices>
         <protocols>
            <add name="HttpSoap"/>
            <add name="HttpPost"/>
            <add name="HttpGet"/>
            <add name="Documentation"/>
         </protocols>
</webServices> web

相關文章
相關標籤/搜索