2010-11-20 121 views

回答

2

您可以使用WCF service application,一些屬性變了樣WebMethodOperationContract這裏

編輯:肥皂結合:

<services> 
    <service name="Service1"> 
    <endpoint address="soap" binding="basicHttpBinding" contract="IService1"/> 
    </service> 
</services> 
+0

deos WCF服務仍然使用SOAP? – user496949 2010-11-20 09:11:17

+0

@ user496949,它可以通過HTTP,TCP,管道默認是HTTP,並使用SOAP – 2010-11-20 09:12:26

+0

@ user496949:WCF可以同時使用SOAP和REST - 您的選擇 – 2010-11-20 10:01:59

2

您仍然可以在Visual Studio 2010中舊ASMX Web服務。在網站/ Web應用程序中添加新項目時,應該在Web模板下看到「Web服務」。

+0

是的,它只適用於Framework版本<4.0 – sarsnake 2010-12-14 21:45:22

1

我相信Microsodft正打算用wcf替代.asmx(見this後),但.asmx模板在VS2010中仍然可用,位於底部的web菜單下。