This Message uses a static template (purchase order.xdp). The form template uses an XML data file as input.
The Message has an Event and a Process configured. The Event uses a pattern to detect the data file type for the Message. The pattern is /batch to match the root node of the
Purchase Order.xml data file. The Process links to a form template when the input data matches the pattern of the Event. The form template
Purchase Order.xdp from the resource set is loaded in the Process.
The sample file invoice.grb (from the resource set) is used to configure the Event. A pattern is used to detect the string
INVOICE in a set of coordinates in the page. The Field Tool in PageIN has been used to extract data from coordinates on the page to the Message.
The Process uses the setting Add the Message as a Data Connection in the Data View (See
Settings dialog box) to present the content of the Message in the ADEP Designer Data View. The content of the Data View has been used to create bindings to the fields in the form template.
The Input data to the XMLIN Event is the XML file Dunning Notice.xml. The pattern is set to detect the element
<transaction>. The process is configured to load a template dynamically. The variable
$template will be assigned a template from the input connector automatically.