WebSphere Business Events 格式

WebSphere® Business Events(XML)格式 基于版本 2.2 格式的 XML,而 Decision Server IBM® Operational Decision Manager 的事件组件 则可识别 XML。 任何可以识别 WebSphere Business Events (XML) 格式的用户也可以使用此格式

您可以使用事件绑定编辑器指定要使用的事件格式。 有关适配器属性和受支持格式的更多信息,请参阅 CICS Explorer 产品文档中的 "指定 EP 适配器和分派器" 信息

此代码片段显示在 事件绑定编辑器中选择 WebSphere Business Events (XML) 格式 时发出的格式。 在花括号 {} 中的此部分后面的字段是派生自捕获事件或捕获事件所在的 CICS® 区域的字段。

<?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> 
注: 1 所有事件都以全球标准时间 (UTC) 时间戳记发出。

您可以从 事件绑定编辑器中的 适配器 选项卡导出 WebSphere Business Events (XML) 格式 事件的模式。 有关更多详细信息,请参阅 在 CICS Explorer 产品文档中指定 EP 适配器和分派器信息