Search This Blog

Friday, 11 August 2017

Web Service Vs WCF

WCF Web API
It is based on SOAP and return data in XML form. It is also based on SOAP and return data in XML form.
It support only HTTP protocol. It is the evolution of the web service(ASMX) and support various protocols like TCP, HTTP, HTTPS, Named Pipes, MSMQ.
It is not open source but can be consumed by any client that understands xml. It is not open source but can be consumed by any client that understands xml.
It can be hosted only on IIS. It can be hosted with in the applicaion or on IIS or using window service.

No comments:

Post a Comment

Creating a NuGet Package Feed to Host Artifacts

Step-by-Step Guide: Creating a NuGet Package Feed to Host Artifacts 🔹 Step 1: Create a C# Class Library and Generate NuG...

Recent Post