IM InfoSphere Identity Insight, Version 8.0

SOA_CHARACTERISTIC_TYPES_REQUEST input document

The SOA_CHARACTERISTIC_TYPES_REQUEST input document contains the request and search criteria to obtain details of all configured characteristic types. The results of this Web services input document are returned to the calling application in a SOA_CHARACTERISTIC_TYPES_RESPONSE output document.

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

The SOAP-RPC equivalent of the SOA_CHARACTERISTIC_TYPES_REQUEST input document and the SOA_CHARACTERISTIC_TYPES_RESPONSE output document is the getCharacteristicTypes method.

Example SOA_CHARACTERISTIC_TYPES_REQUEST input document

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

Example SOA_CHARACTERISTIC_TYPES_RESPONSE output document

This example SOA_CHARACTERISTIC_TYPES_RESPONSE output document returns details of all configured characteristic types.
Note: This example is formatted for readability and does not follow the required one line per UMF record format.
<SOA_CHARACTERISTIC_TYPES_RESPONSE>
   <CHARACTERISTIC_TYPE>
      <ATTR_TYPE_ID>1</ATTR_TYPE_ID>
      <ATTR_TYPE>DOB</ATTR_TYPE>
      <ATTR_DESC>Date of Birth</ATTR_DESC>
      <ATTR_CLASS>LC</ATTR_CLASS>
      <DATA_TYPE>DATE</DATA_TYPE>
      <ATTR_DISPLAY_LEVEL>999</ATTR_DISPLAY_LEVEL>
      <KEEP_HIST>Y</KEEP_HIST>
      <REC_STAT>A</REC_STAT>
   </CHARACTERISTIC_TYPE>
   <CHARACTERISTIC_TYPE>
      <ATTR_TYPE_ID>2</ROLE_ID>
      <ATTR_TYPE>GENDER</ROLE_CODE>
      <ATTR_DESC>Gender</ROLE_DESC>
      <ATTR_CLASS>LC</NUM_CLASS>
      <DATA_TYPE>CHAR</DATA_TYPE>
      <ATTR_DISPLAY_LEVEL>0</ATTR_DISPLAY_LEVEL>
      <KEEP_HIST>Y</KEEP_HIST>
      <REC_STAT>A</REC_STAT>
   </CHARACTERISTIC_TYPE>
   <CHARACTERISTIC_TYPE>
      <ATTR_TYPE_ID>5</ROLE_ID>
      <ATTR_TYPE>MARITAL</ROLE_CODE>
      <ATTR_DESC>Marital Status</ROLE_DESC>
      <ATTR_CLASS>LC</NUM_CLASS>
      <DATA_TYPE>CHAR</DATA_TYPE>
      <ATTR_DISPLAY_LEVEL>0</ATTR_DISPLAY_LEVEL>
      <KEEP_HIST>Y</KEEP_HIST>
      <REC_STAT>A</REC_STAT>
   </CHARACTERISTIC_TYPE>
   <SYS_CREATE_DT>2008-06-26 05:18:55</SYS_CREATE_DT>
</SOA_CHARACTERISTIC_TYPES_RESPONSE>


Feedback

Last updated: 2011