This document introduces the Simple Service Oriented Architecture (SSOA) approach. SSOA challenges common patterns by advocating for simplicity and only building what is clearly needed. It provides rules like having no side effects unless explicitly changing state, no versioning so new APIs require new services, using HTTP as the framework, and focusing on performance only when it becomes a major issue. The goal is to solve problems as simply as possible while still meeting requirements.