Service (systems architecture)

From Wikipedia, the free encyclopedia

In the context of Enterprise architecture, Service-orientation, and Service-oriented architecture, the term service refers to a discretely defined set of contiguous and autonomous business or technical functionality.

OASIS (organization) defines service as "a mechanism to enable access to one or more capabilities, where the access is provided using a prescribed interface and is exercised consistent with constraints and policies as specified by the service description." [1]


Contents

[edit] Service Engineering

An Enterprise Architecture Team will develop the organization’s “Service” model first by defining the top level Business Functions. Once the Business Functions are defined they are decomposed into “Services” which represent the processes and activities needed to manage the assets of the organization in their various states. An example here would be the decomposition of the Business Function “Manage Orders” into “Services” such as “Create Order”, “Fulfill Order”, “Ship Order”, “Invoice Order”, “Cancel/Update Order”, etc.

[edit] Service Description / Specification

A “Service” has a description or specification. This description consists of:

  1. An explicit and detailed narrative definition supported by a low (but not detailed [not implementation specific]) level process model. The narrative definition is in some cases augmented by machine-readable semantic information about the service which facilitates service mediation and consistency checking of an Enterprise Architecture.
  2. A set of performance indicators that address measures/performance parameters such as availability (when should members of the organization be able to perform the function), duration (how long should it take to perform the function), rate (how often will the function be performed over a period of time), etc.
  3. A linkage to the organization’s information model showing what information the “Service” owns (creates, reads, updates, and deletes) and which information it references and is owned by other “Services”.
  4. A listing of known downstream consumers (other “Services” that depend upon its function or information) and the documentation of their requirements.

[edit] Service Implementation

A Web service provides one way of implementing the automated aspects of a given business or technical service.

[edit] Notes

  1. ^ OASIS Reference Model for Service Oriented Architecture 1.0
Languages