Hello,
I have an endpoint URL of a WCF service and I need to consume this service in a windows or console application? I used to consume web services using HttpWebRequest class. Is it possible to consume a WCF service in the same way? I am new to WCF, any help is welcome.
Thank You!