Parsing ALE events

The adapter can send an ALE event without parsing the data and converting the business object. In this case the business object contains the IDoc as a byte array. The message endpoint handles the parsing and conversion of the business object. The adapter’s ParseIDoc configuration property determines whether or not to convert the IDocs into a business object.

For IDoc packets, if parsing is turned off (ParseIDoc configuration property is set to false), then the adapter can sends the entire IDoc packet as one unit, or split it into multiple IDocs and send them one after the other to the endpoint. This capability is controlled by the SplitIDocPackets property.

Parent topic: Overview of the ALE interface for inbound processing


Copyright IBM Corp. 2003, 2005