Step 1: Create a new Visual Studio projectChoose the WCF installed template and create a new WCF Service Application:Step 2: Create your web service codeUpdate the IService1.cs and Service1.svc.cs classes …
Creating the WCF web service in Visual StudioIn this post I am using the WCF Web Service as an example, see this post for an example using using asmx:https://www.technical-recipes.com/2017/creating-and-consuming-a-web-service-in-c-net/A useful …