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.
+5
A:
Please see Beginner's Guide to Windows Communication Foundation. It's part of the WCF Developer Center on MSDN, which is full of good resources.
John Saunders
2009-07-06 14:58:37
+1 - excellent resource!
marc_s
2009-07-06 16:04:18
this is perfect. thanks
Robert
2009-07-06 16:13:42
A:
Hi
Web reference is to add webservice. To add wcf service, we need to select the option add service reference to our website.
Thanks & Regards, Chakri
chakri
2010-05-13 08:20:11