This document discusses the comparison between SOAP and REST web services, emphasizing how REST, though not standardized, offers a simpler and more scalable approach for web applications. The principles of REST, derived from Roy Fielding's thesis, highlight statelessness and a uniform interface for resource manipulation through standard HTTP methods. The paper concludes by outlining the key strengths and limitations of REST, particularly its suitability for e-commerce applications.