What is difference between SOA and Web Services?

Technology CommunityCategory: SOAWhat is difference between SOA and Web Services?
VietMX Staff asked 3 years ago

Service Oriented Architecture (SOA) is an architectural pattern where applications are designed in terms of services that can be accessed through communication protocol over network. SOA is a design pattern and doesn’t go into implementation.

Web Services can be thought of as Services in SOAP architecture and providing means to implement SOA pattern.