.net 如何讓web service能在遠端測試,而非本機才能測試? WebService 的限制呼叫?
INFO:HTTP GET 及 HTTP POST 預設為停用
<configuration>
    <system.web>
    <webServices>
        <protocols>
            <add name="HttpGet"/>
            <add name="HttpPost"/>
        </protocols>
    </webServices>
    </system.web>
</configuration>
[ASP.NET]利用Web Service上傳檔案,整合WebFrom與WinFormMIS2000 Lab的Web Services相關文章
[ASP.NET]指定Web Service單向作業
WebServiceStudio一個方便的WebService測試工具
 
 
沒有留言:
張貼留言