Service Oriented Architecture
Service Oriented Architecture
Services are unassociated, loosely coupled units of functionality that are self-contained. Each
service implements at least one action, such as submitting an online application for an account,
retrieving an online bank statement or modifying an online booking or airline ticket order. Within
an SOA, services use defined protocols that describe how services pass and parse messages using
description metadata, which in sufficient details describes not only the characteristics of these
services, but also the data that drives them. Programmers have made extensive use of XML in SOA
to structure data that they wrap in a nearly exhaustive description-container.
SOA framework
Consumer Interface Layer - These are GUI for end users or apps accessing apps/service
interfaces..
Business Process Layer - These are choreographed services representing business use-cases in
terms of applications.
Services - Services are consolidated together for whole enterprise in service inventory.
Service Components - The components used to build the services, like functional and technical
libraries, technological interfaces etc.
Operational Systems - This layer contains the data models, enterprise data repository,
technological platforms etc.
There are four cross-cutting vertical layers, each of which are applied to and supported by each of
horizontal layers:
Integration Layer - starts with platform integration (protocols support), data integration, service
integration, application integration, leading to enterprise application integration supporting B2B
and B2C.
Quality of Service - Security, availability, performance etc. constitute the quality of service which
are configured based on required SLAs, OLAs.
Informational - provide business information.
Governance - IT strategy is governed to each horizontal layer to achieve required operating and
capability model.