How would I get started with developing a custom web service in SharePoint?
Are there are tools I could use, or tutorials that would help me?
|
How would I get started with developing a custom web service in SharePoint? Are there are tools I could use, or tutorials that would help me? |
|||||||||
|
|
Below are a few links you may find useful. Unfortunately this is a very broad question, so it isn't possible to include all the details here. Tutorials MSDN Walkthrough for a basic web service: Creating a Custom ASP.NET Web Service A SharePoint 2007 web service walkthrough (with downloadable code): Creating a Custom Web Service for SharePoint A SharePoint 2010 WCF service walkthrough (with downloadable code): Custom WCF Services in SharePoint 2010 Tools The most important tool is obviously going to be Visual Studio. I haven't heard of any tools to specifically help you with this project, although there's a generally useful list of SharePoint Development tools here: |
|||
|
|
|
|
|||
|
|
|
See Arjun Chakraborty blog post, except the part where you push web.config with deploy to the hive and overwrite the existing ISAPI web.config. Edit your config into the ISAPI web.config. |
|||
|
|