I have a WCF service which I would like to access using ASP.NET. The binding used in the WCF service is basicHttpBinding. How may I do it? Any examples will be really appreciated.
Will it work fine if I create a proxy from the svcutil.exe and then use that class in an ASP.NET page?