IM InfoSphere Identity Insight, Version 8.0

SOA_EVENT_TYPES_REQUEST input document

The SOA_EVENT_TYPES_REQUEST input document contains the request criteria to obtain details of all configured event types. The results of this Web services input document are returned to the calling application in a SOA_EVENT_TYPES_RESPONSE output document.

These UMF tags comprise the ROOT segment for the SOA_EVENT_TYPES_REQUEST input document:
EVENT_TYPE
Parent tag: [ROOT]
Required: No
Zero or more of these segments are provided in the response (one for each configured event type). These are standard SOA event type tags.
SYS_CREATE_DT
Parent tag: [ROOT]
Required: Yes
Timestamp of when the output message was generated.

The SOAP-RPC equivalent of the SOA_EVENT_TYPES_REQUEST input document and the SOA_EVENT_TYPES_RESPONSE output document is the getEventTypes method.

Example SOA_EVENT_TYPES_REQUEST input document

This example SOA_EVENT_TYPES_REQUEST input document requests the details of all configured event types.
Note: This example is formatted for readability and does not follow the required one line per UMF record format.
<SOA_EVENT_TYPES_REQUEST />

Example SOA_EVENT_TYPES_RESPONSE output document

This example SOA_EVENT_TYPES_RESPONSE output document returns details of all configured name types.
Note: This example is formatted for readability and does not follow the required one line per UMF record format.
<SOA_EVENT_TYPES_RESPONSE>
   <EVENT_TYPE>
       <EVENT_TYPE_ID>10001</EVENT_TYPE_ID>
       <EVENT_TYPE>DEPOSIT</EVENT_TYPE>
       <EVENT_TYPE_DESC>Money deposited in account.</EVENT_TYPE_DESC>
       <EVENT_CAT>Financial</EVENT_CAT>
       <EVENT_SUBCAT>Banking</EVENT_SUBCAT>
       <EVENT_UOM>USD</EVENT_UOM>
       <REC_STAT>A</REC_STAT>
       <DISPLAY_MEMO1>Account Number</DISPLAY_MEMO1>
       <DISPLAY_MEMO2>Account Type</DISPLAY_MEMO2>
       <SYS_CREATE_DT>2008-06-26 05:18:55</SYS_CREATE_DT>
       <SYS_LSTUPD_DT>2008-06-26 05:18:55</SYS_LSTUPD_DT>
   </EVENT_TYPE>
   <EVENT_TYPE>
       <EVENT_TYPE_ID>10002</EVENT_TYPE_ID>
       <EVENT_TYPE>WITHDRAWAL</EVENT_TYPE>
       <EVENT_TYPE_DESC>Money withdrawn from account.</EVENT_TYPE_DESC>
       <EVENT_CAT>Financial</EVENT_CAT>
       <EVENT_SUBCAT>Banking</EVENT_SUBCAT>
       <EVENT_UOM>USD</EVENT_UOM>
       <REC_STAT>A</REC_STAT>
       <DISPLAY_MEMO1>Account Number</DISPLAY_MEMO1>
       <DISPLAY_MEMO2>Account Type</DISPLAY_MEMO2>
       <SYS_CREATE_DT>2008-06-26 05:18:55</SYS_CREATE_DT>
       <SYS_LSTUPD_DT>2008-06-26 05:18:55</SYS_LSTUPD_DT>
   </EVENT_TYPE>
   <SYS_CREATE_DT>2008-06-26 05:18:55</SYS_CREATE_DT>
</SOA_ROLE_ALERT_RULES_RESPONSE>
Table 1. Error segments for getEventTypes (UMF)
Message ID Cause
CWUAE####E An internal failure occurred.


Feedback

Last updated: 2011