This document discusses REST vs SOAP and recommends ASP.NET Web API for building RESTful services. It explains that REST focuses on resources and HTTP verbs while SOAP defines custom operations. REST uses the existing features of the web like caching and scalability. The document provides examples of SOAP and REST requests and responses. It recommends ASP.NET Web API for building REST services and WCF for SOAP.