Tutorial on Consuming a WCF service in ASP.Net web site?
Posted
by Robert
on Stack Overflow
See other posts from Stack Overflow
or by Robert
Published on 2009-07-06T14:55:17Z
Indexed on
2010/05/13
8:24 UTC
Read the original article
Hit count: 184
wcf
I'm attempting to create my first WCF service. I've created the service and now I'm trying to call it from a asp.net (vb) web site and I've tried adding a web reference to it and using the scvutil.exe to consume the service. So far neither have worked. It's not letting me declare the service in my code. If someone could point me to a good tutorial on how to consume a WCF service in an ASP.Net web site that would be great. I've found numorous on how to use them with AJAX or silverlight or windows apps but nothing on using it in just a plain old website.
© Stack Overflow or respective owner