-
Consume WCF Service
-
Creating WCF Service
-
Web service creation & consuming with ASP.NET
Hello all Today I will show how to create web service with VS2008 and consume it in different application. first I have opened a web service from File>New web site > web service named "DemoWebService". now in the solution explorer we can a Service.asmx file and the Service.cs file in App_Code . I have added…