This glossary supports the following titles:


SOA Design Patterns


Web Service Contract Design & Versioning for SOA


SOA Principles of Service Design

Service-Oriented Architecture: Concepts, Technology, and Design

Modern SOA Infrastructure: Technology, Design, and Governance
SOA with REST
Next Generation SOA: A Real-World Guide to Modern Service-Oriented Computing
SOA with .NET & Azure
SOA with Java
SOA Governance
SOA Security: Practices, Patterns, and Technologies for Securing Services
SOA and Cloud Computing: Practices, Patterns, Technologies

This glossary also supports the SOA Certified Professional (SOACP) program.

For more information, visit: www.soacp.com
and
www.soaschool.com


|
|
|

service activity

|
The chain of message exchanges carried out in support of the execution of a specific task or business process is referred to as a service activity. There are primitive and complex variations of a service activity. A primitive service activity generally maps to a single data exchange, much like a point-to-point interaction, whereas a complex service activity is usually associated with the message exchanges that occur across a composition of services. Within modern SOA environments, a service activity is generally considered by default to be a complex service activity.

It is important to note that a service activity only represents the exchange of message data between services. When mapping out a service activity, the data processing (or any additional message transmissions or data exchanges) that occur within service boundaries are not displayed. This level of abstraction is in support of the Service Abstraction design principle that may limit awareness as to the nature of the underlying processing of services participating in compositions.


See also:

- complex composition

- composition controller

- composition controller capability

- composition initiator

- composition member

- composition member capability

- composition sub-controller

- point-to-point

- Service Composability

- service composition

|
|