This document compares SOAP and REST web services. SOAP uses XML and relies on complex specifications, while REST uses simple HTTP requests and aims to be lightweight. REST has advantages for simplicity, bandwidth usage, caching and statelessness. SOAP may be better for complex transactions that require ACID properties and reliable messaging. Factors like security requirements, scalability, and programming language support also influence the choice of protocol.