2.3 Additional terminology in the SOA architecture

  1. Article – 1 Introduction
  2. 2 Some background information
  3. 2.1 The organisation and ICT infrastructure
  4. 2.2 Five layer SOA architecture
  5. 2.3 Additional terminology in the SOA architecture
  6. 3 Implemented SOA visualisation
  7. 3.1 Central repository
  8. 3.2 EAI Wiki
  9. 4 Future developments
  10. 5 Lessons learned

In the SOA architecture used in this organisation, there are some more terms which need to be explained to understand the solution presented in the next chapter.

  • Service
    Figure 2 Example of a back end adapter service design

    Figure 2 Example of a back end adapter service design


    A Service is a functional entity with an interface and internal implementation. The interface defines the request message to invoke the service and the response message which contains the result from the invocation. The internal implementation defines how the response is constructed from the request message. Figure 2 shows a simple example of a back end adapter service with a Start and End node and an invocation of another service “BE Sample”. Every step in the service design can generate an error which is described separately.
  • Composite Service
    Figure 3 Example of a composite service design

    Figure 3 Example of a composite service design


    A Composite Service is a service without a direct communication to an external system. It combines the functionality of several other services into a single service. An example of a Composite Service is shown in Figure 3 which asynchronously invokes a back end adapter service (BEA Sample).
  • Chain
    A Chain is a combination of systems and services which together provide a consistent set of functionality. Usually, such a chain is the result of a (successful) project. An example of a chain is Number Portability which is a combination of all services related to the functionality of porting a mobile number from one operator to another operator.
  • Component
    A Component is a combination of related services which can be deployed together. An example is the set of back end adapter services which all communicate with the same single back end system.

Figure 4 Example of a chain of services

Figure 4 Example of a chain of services

Figure 4 shows an example of a number of services and their relations with other services, components and systems. This set can be seen as a “Sample” chain. The “GFA” services are part of the Generic Front end Adapter component. The composite “PS” services are combined in the “PS Sample” component. The “BEA” services are combined in the “BEA” back end adapter component for the “BE Sample” back end system. Please note that the service “PS Sample” invokes two “BEA” services.

Posted in SoaVis.

Leave a Reply

Your email address will not be published. Required fields are marked *