Wednesday, March 20, 2013

Creating a custom ASP.NET or WCF Web Service for SharePoint 2010

If you are looking at writing and deploying a custom ASP.NET or WCF Web Service for SharePoint 2010, you can follow the MSDN walkthroughs to accomplish this.  Though the articles refer specifically to SharePoint Foundation, you can also apply these same practices while deploying your web services to SharePoint Server.

NOTE: You should also make sure that your services are created and deployed on the .NET 3.5 platform, otherwise you will receive a PlatformNotSupportedException when attempting to execute your code.



Walkthrough: Creating a Custom ASP.NET Web Servicehttp://msdn.microsoft.com/en-us/library/ms464040(v=office.14).aspx

Walkthrough: Creating and Implementing a Custom WCF Service in SharePoint Foundationhttp://msdn.microsoft.com/en-us/library/ff521584(v=office.14).aspx


No comments:

Post a Comment