Access WCF service through ASP.NET

Posted by Pazk on Stack Overflow See other posts from Stack Overflow or by Pazk
Published on 2010-05-21T11:59:18Z Indexed on 2010/05/21 12:00 UTC
Read the original article Hit count: 259

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET