Tutorials

RESTful services are based on manipulating resources. A resource is an object with a type, associated data, relationships to other resources, and a set of standard methods that operate on it.

These tutorials show how to publish web services for a single resource (in these examples a Contact) and for multiple resources (Contacts).