ASP.NET Web Services

Applies to: SharePoint Foundation 2010

This section of the Microsoft SharePoint 2010 Software Development Kit (SDK) includes introductory overviews and programming tasks about using Microsoft ASP.NET Web services in the context of a deployment. You can use one of the default SharePoint Foundation Web services, or you can create a custom Web service that uses the server-side object model.

Important

Whenever possible, it is recommended that you use the new client-side object model to work remotely with SharePoint Foundation data, instead of using the legacy ASP.NET Web services that are described in this section.

In This Section

Web Service Guidelines

How to: Add Users to a Group

How to: Return Lists

How to: Return List Items

How to: Update List Items

How to: Customize Meeting Workspaces Using the Meetings Web Service

How to: Remove a Meeting from a Meeting Workspace

Walkthrough: Creating a Custom ASP.NET Web Service

See Also

Other Resources

SharePoint Foundation 2010 Web Services