WebSphere Business Events format
The WebSphere Business Events (XML) format is based on XML in the version 2.2 format recognized by the Decision Server Events component of IBM® Operational Decision Manager. This format can also be used by any consumer that can recognize the WebSphere Business Events (XML) format.
You specify the event format you want to use by using the event binding editor. For more information about adapter properties and supported formats, see Specifying EP adapter and dispatcher information.
This code fragment shows the format emitted if you select WebSphere Business Events (XML) format in the Event binding editor. Fields later in this section in braces {}
are those derived from either the captured event or the CICS® region on which the event was captured.
<?xml version="1.0" standalone="yes"?>
<connector name="{event-binding-name}" version="2.2">
<connector-bundle name="{business-event-name}" type="Event">
<connector-object name="{business-event-name} Context">
<field type="String" name="Binding user tag">{event binding user tag}</field>
<field type="String" name="Network UOWID">{Network UOWid}</field>
</connector-object>
<connector-object name="{business-event-name} Data">
<field name="{business-info-name1}">{business-info-value1}</field>
<field name="{business-info-name2}">{business-info-value2}</field>
<field name="{business-info-name3}">{business-info-value3}</field>
</connector-object>
</connector-bundle>
<system>{NETQUAL}.{APPLID}</system>
<timestamp>{yyyy-mm-ddThh:mm:ss.mmm+00:00}</timestamp> 1
</connector> You can export the schema for a WebSphere Business Events (XML) format event from the Adapter tab in the Event binding editor. See Specifying adapter and dispatcher information for more details.