IM InfoSphere Identity Insight, Version 8.0

SOA_IDENTITY_DETAIL_REQUEST input document

The SOA_IDENTITY_DETAIL_REQUEST input document contains the request and search criteria to obtain the details of particular identity that is identified by the external ID of one of its composite identity records. The results of this Web services input document are returned to the calling application in a SOA_IDENTITY_DETAIL_RESPONSE output document.

These UMF tags comprise the ROOT segment for the SOA_IDENTITY_DETAIL_REQUEST input document:
DSRC_ACCT
Data source reference UMF tag that is required, because it references and identifies the unique ID for the entity in the data source in the system to detail.
DSRC_CODE
Data source reference UMF tag that is required, because it references and identifies the data source in the system to detail.
DEPTH
Depth level UMF tag that is optional. It indicates the level of detail for the response. If not specified, then FULL is assumed. Currently, FULL is the only level available.

The SOAP-RPC equivalent of the SOA_IDENTITY_DETAIL_REQUEST input document and the SOA_IDENTITY_DETAIL_RESPONSE output document is the getIdentityDetail method.

Example SOA_IDENTITY_DETAIL_REQUEST input document

This example SOA_IDENTITY_DETAIL_REQUEST query requests the details of particular identity that is identified by the data source value EMPL, and the unique ID for the entity in the data source value of 0982.
Note: This example is formatted for readability and does not follow the required one line per UMF record format.
<SOA_IDENTITY_DETAIL_REQUEST>
	<DSRC_CODE>EMPL</DSRC_CODE>
  <DSRC_ACCT>0982</DSRC_ACCT>
	<DEPTH>FULL</DEPTH>
</SOA_IDENTITY_DETAIL_REQUEST>

Example SOA_ENTITY_DETAIL_RESPONSE output document

This example SOA_IDENTITY_DETAIL_RESPONSE output document returns the details of role alerts that are identified by the SOA_IDENTITY_DETAIL_REQUEST input document.
Note: This example is formatted for readability and does not follow the required one line per UMF record format.
<SOA_IDENTITY_DETAIL_RESPONSE>
  <IDENTITY>
	  <DSRC_ACCT_ID>12121212</DSRC_ACCT_ID>
    <DSRC_CODE>EMPLOYEE_DB</DSRC_CODE>
    <DSRC_ACCT>1223334444</DSRC_ACCT>
    <DSRC_REF>HR</DSRC_REF>
	</IDENTITY>	
  <SYS_CREATE_DT>2008-06-26 05:18:55</SYS_CREATE_DT>
</SOA_IDENTITY_DETAIL_RESPONSE>


Feedback

Last updated: 2011