Inbound XML Data element definition

The Data element definition for inbound XML messaging has a specific layout.

The XML Data element definition is a pipe-delimited line that consists of the following fields. The data element layout must be preceded by a tab. The source code must be defined in the Global section (the source code determines how the rest of the XML message is managed).

ElementCode|ElementIndex|ExplicitValue|LocationPath

You must have four pipe-delimited fields defined in the configuration file. Leave any unused fields empty. For example:

1||MEMATTR|OPERID||
	attrVal|0||/EmpiMsg/Member/MemIdent[attrCode="MEMIDENT-1"][idIssuer="SSA"]/idNumber
	attrVal|1||/EmpiMsg/Member/MemAttr[@asaIdxNo="1"][attrCode="MEMATTR-1"]/attrVal

Where “attrval” represents the element. The element index is “0” for the first line and increments for each element line defined. Explicit value is empty. Location path contains the full XPATH.