Member-only story

c#(.Net) — WCF(WSDL) Services Using (en)

Semih Çelikol
5 min readNov 28, 2024

--

c# WCF Web Services Example

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”.

--

--

No responses yet