Member-only story
c#(.Net) — WCF(WSDL) Services Using (en)
Hello,
In a previous post of mine, I explained how to developing a WCF web service using C#(.NET).
In the same article, I also demonstrated how to test a WCF web service using WcfTestClient.exe. In this post, I will explain how to use a WCF (WSDL) Web Service with C# I’ll show you how to send requests and receive responses.
Part 1
The service I will use in this example will be the web service that I created in the article mentioned above. Therefore, I will conduct my tests by adding a new Console project to my existing project.
I added a new project by right-clicking on the project, then selecting **Add** > **New Project**.
I named my project “ServiceProducts.ConsoleTEST”.