3.5 Result Messages
3.5.1 Indicating Success or Failure
In the responses of Integration Points, the common element <resultMessages> is included to indicate whether or not the request message was processed successfully. This element has an attribute called 'result' which can be either 'S' to indicate success or 'F' to indicate failure.
For example, an Integration Point's response message to a successfully processed request message contains:
<resultMessages result='S'/>
This element is included in the root of the Integration Point's response element. It may be included multiple times, if the request message contained multiple 'transaction units'. The response message may then (e.g.) indicate that some transaction units were processed successfully while processing of others failed.