문제

So I am about to create a XML webservice where I send an XML form from the client to the server in ASP.net. While looking at how to do it I see that we have to use WCF to create XML webservice

So the question is do I need to use WCF for now on? Or can I still create the XML webservice without using WCF. Which way is better? I am using .NET framework 4.5. Is there another option that I am not aware of.

도움이 되었습니까?

해결책

Jump to Answer

Personally, I would prefer WCF (the "new" way) over ASMX (the "old" way - ref: the link you provided to the MSDN site)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top