|
The generalNotificationManager is an ATL COM module which provides methods the generate an eMail like structured message exchange between to partners.
The produced XML infoset is transported electronically to the recipient and can optionally can be signed and/or encrypted.
The generalNotification systems differs from other Sumex1 processes in that the notification system is symmetric. Thus there is no distinction between request and response.
Furthermore, by using the formOID attribute of the message a form request process
can be initiated at any point of the message exchange.
Architectural blueprint Either a new notification is produced from scratch by using the IGeneralNotificationRequest interface or a received notification is loaded into the
module by the LoadXML method and a reply to that message is generated thereafter. The all data can be visualized using the Print method.
Eventually the data is transformed into a standards-compliant generalNotification XML infoset that is sent to the recipient over a intermediate.
|