IM Relationship Resolution Information Center, Version 4.2

SOA_ROLE_ALERT_RULES_REQUEST input document

The SOA_ROLE_ALERT_RULES_REQUEST input document contains the request and search criteria to obtain details of all configured role alert rules. The results of this Web services input document are returned to the calling application in a SOA_ROLE_ALERT_RULES_RESPONSE output document.

These UMF tags comprise the ROOT segment for the SOA_ROLE_ALERT_RULES_REQUEST input document:
N/A
There are no required UMF tags other than the self-closing SOA_ROLE_ALERT_RULES_REQUEST tag.

The SOAP-RPC equivalent of the SOA_ROLE_ALERT_RULES_REQUEST input document and the SOA_ROLE_ALERT_RULES_RESPONSE output document is the getRoleAlertRules method.

Example SOA_ROLE_ALERT_RULES_REQUEST input document

This example SOA_ROLE_ALERT_RULES_REQUEST input document requests details of all configured role alert rules.
Note: This example is formatted for readability and does not follow the required one line per UMF record format.
<SOA_ROLES_REQUEST />

Example SOA_ROLE_ALERT_RULES_RESPONSE output document

This example SOA_ROLE_ALERT_RULES_RESPONSE output document returns details of all configured role alert rules.
Note: This example is formatted for readability and does not follow the required one line per UMF record format.
<SOA_ROLE_ALERT_RULES_RESPONSE>
   <CONFLICT_RULE>
       <CONFLICT_RULE_ID>10001</CONFLICT_RULE_ID>
       <ROLE_CODE_ID1>1057</ROLE_CODE_ID1>
       <ROLE_CODE_ID2>2135</ROLE_CODE_ID2>
       <CONFLICT_RULE_DESC>Employee knows/is Vendor</CONFLICT_RULE_DESC>
       <MIN_ALERT_THRESHOLD>70.0</MIN_ALERT_THRESHOLD>
       <ALERT_NEW_DSRC_CODE>0</ALERT_NEW_DSRC_CODE>
       <ALERT_NEW_DSRC_ACCT>0</ALERT_NEW_DSRC_ACCT>
       <ALERT_NEW_ER_DATA>0</ALERT_NEW_ER_DATA>
       <ALERT_SCORE_CHANGE>0</ALERT_SCORE_CHANGE>
       <REC_STAT>A</REC_STAT>
   </CONFLICT_RULE>
   <CONFLICT_RULE>
       <CONFLICT_RULE_ID>10002</CONFLICT_RULE_ID>
       <ROLE_CODE_ID1>1057</ROLE_CODE_ID1>
       <ROLE_CODE_ID2>3441</ROLE_CODE_ID2>
       <CONFLICT_RULE_DESC>Employee knows/is Criminal </CONFLICT_RULE_DESC>
       <MIN_ALERT_THRESHOLD>60.0</MIN_ALERT_THRESHOLD>
       <ALERT_NEW_DSRC_CODE>0</ALERT_NEW_DSRC_CODE>
       <ALERT_NEW_DSRC_ACCT>0</ALERT_NEW_DSRC_ACCT>
       <ALERT_NEW_ER_DATA>0</ALERT_NEW_ER_DATA>
       <ALERT_SCORE_CHANGE>0</ALERT_SCORE_CHANGE>
       <REC_STAT>A</REC_STAT>
   </CONFLICT_RULE>
   <SYS_CREATE_DT>2008-06-26 05:18:55</SYS_CREATE_DT>
</SOA_ROLE_ALERT_RULES_RESPONSE>


Feedback

Last updated: 2009