Skip to main content
Hosting WCF Service Inside SharePoint 2010
Entry Date: Rate:
Site:
Keywords:
RSS Description:
In SharePoint 2010 Out of the box all the Lists are exposed as WCF Restful Service using OData Protocol. Here is path or URL to access SharePoint Lists WCF Restful Services . http://ServerName/_vti_bin/ListData.svc. The following screenshot shows the collections of List from my SharePoint site.
Comments:

Nice simple sample, how to host a custom WCF service in Sharepoint 2010, there are some weird steps for a former web developer :).