This document presents a study comparing Web Services using SOAP and REST frameworks. It discusses that SOAP uses XML messaging over HTTP and defines standards for operations, while REST uses HTTP methods to manipulate resources and has a stateless architecture. The document provides details on SOAP and REST architectures and implementations, and concludes that while SOAP is widely used in enterprise applications, REST has advantages for performance and is growing in popularity for public applications due to its simplicity.