AB Suite allows you to receive and process XML messages in AB Suite Windows Runtime. XML message processing allows an AB Suite runtime system to act as a message broker for XML messages. In XML message processing
A client program submits XML messages through an API.
Each message is parsed and validated.
Runtime objects are populated from the message and user-defined method logic is executed.
A response that indicates the status of the completed message processing is returned to the client program. This response can optionally include an output XML message which can then be returned to the system that was the original source of the input XML message.
The processing of each message is handled as a single transaction.
Receiving and processing data typically includes the following:
Defining the format of messages through a special type of interface definition known as Serialization or Serializable Interface.
Defining classes that can implement the interfaces. These classes are referred to as Messenger classes and Serializable classes. These classes contain the implementation definition for processing the XML messages.