Panel | ||
---|---|---|
| ||
| ||
Info | ||
| ||
This page concerns v2.0 of the Specification. Supporting material on v1.0 is SWIM-SERV-017 Message exchange pattern |
Requirement
Panel | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|
Guidance
Info |
---|
This requirement refers to the application message exchange pattern used by the service. |
The document MEP identification, developed in the SWIM-TEC community, provides information on the various notions of message exchange pattern (MEP).
- it introduces the concept of MEP
- it explains the difference between primitive MEPs and application MEPs.
- it provides the semantic of each MEP in text and diagram
Verification Support
Completeness | Check that: [ ] The service description includes or refers to information about the application message exchange pattern(s) used by the service. |
Consistency | Check that: [ ] The information is consistent with the selected service interface binding. |
Examples
The following example shows the content as a table.
application message exchange pattern | Synchronous Request Reply |
---|
The following example shows an extract of the content of a JSON file that conforms to the Service Metadata Schema
Code Block | ||||
---|---|---|---|---|
| ||||
"serviceCategorisation": { "applicationMessageExchangePattern": [{ "name": "SYNCHRONOUS_REQUEST_REPLY" }] } |
Complete examples are available at Example service description.