This is the second part of the WCF tutorial.
If you want to understand how to create a basic HTTP Binding in WCF then just see How to Create Basic HTTP Binding in WCF.
As you have gone through my first article where we just created a WCF BasicHttpBinding service and tested on wcftestclient, now it's time to consume the service. This service is in a Windows application.
Since this is a basic way, as you know you can explore the basics in depth.
Let's start with the creation of a Windows application.
Final output
We have completed the consumption of the WCF BasicHttpBinding service in a Windows application.