A style where services are provided to the other components by application components, through a communication protocol over a network.
An Enterprise Service Bus (ESB) connecting a Billing System (Mainframe) to a Web Portal.
class Service-OrientedArchitecture(SOA):\n def __init__(self):\n pass\n\n def execute(self):\n print('Executing Service-Oriented Architecture (SOA)')