IBM BPM, V8.0.1, All platforms > Programming IBM BPM > Enterprise Service Bus programming > Mediation Flow Component

Service Message Objects

The Service Message Object (SMO) provides an abstraction layer for processing and manipulating messages exchanged between services.

Data passing through mediation flows is represented by the SMO. The SMO is considered to be an envelope containing the following groups of data:

The SMO is a DataObject and its content can be accessed via the Service Data Object API (SDO API). SDO is a standard for representing structured business data. The body of the SMO contains a business object representing the application payload.

Mediation Flow Component