IM Relationship Resolution Information Center, Version 4.2

SOA_ROLES_REQUEST input document

The SOA_ROLES_REQUEST input document contains the request and search criteria to obtain details of all configured roles. The results of this Web services input document are returned to the calling application in a SOA_ROLES_RESPONSE output document.

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

The SOAP-RPC equivalent of the SOA_ROLES_REQUEST input document and the SOA_ROLES_RESPONSE output document is the getRoles method.

Example SOA_ROLES_REQUEST input document

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

Example SOA_ROLES_RESPONSE output document

This example SOA_ROLES_RESPONSE output document returns details of all configured roles.
Note: This example is formatted for readability and does not follow the required one line per UMF record format.
<SOA_ROLE_RESPONSE>
   <ROLE>
      <ROLE_CODE_ID>012987345</ROLE_CODE_ID>
      <ROLE_CODE>VENDOR</ROLE_CODE>
      <ROLE_DESC>Vendors</ROLE_DESC>
      <ROLE_CLASS>NT</ROLE_CLASS>
      <REC_STAT>A</REC_STAT>
   </ROLE>
   <ROLE>
      <ROLE_CODE_ID>111222333</ROLE_CODE_ID>
      <ROLE_CODE>CRIMINAL</ROLE_CODE>
      <ROLE_DESC>Known Criminals</ROLE_DESC>
      <ROLE_CLASS>NT</ROLE_CLASS>
      <REC_STAT>A</REC_STAT>
   </ROLE>
   <SYS_CREATE_DT>2008-06-26 05:18:55</SYS_CREATE_DT>
</SOA_ROLE_RESPONSE>


Feedback

Last updated: 2009