IM Relationship Resolution Information Center, Version 4.2

SOA_NAME_TYPES_REQUEST input document

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

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

The SOAP-RPC equivalent of the SOA_NAME_TYPES_REQUEST input document and the SOA_NAME_TYPES_RESPONSE output document is the getNameTypes method.

Example SOA_NAME_TYPES_REQUEST input document

This example SOA_NAME_TYPES_REQUEST input document requests the 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_NAME_TYPES_REQUEST />

Example SOA_NAME_TYPES_RESPONSE output document

This example SOA_NAME_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_NAME_TYPES_RESPONSE>
   <NAME_TYPE>
      <CODE>A</CODE>
      <CODE_DESC>AKA</CODE_DESC>
      <REC_STAT>A</REC_STAT>
   </NAME_TYPE>
   <NAME_TYPE>
      <CODE>M</CODE>
      <CODE_DESC>Main</CODE_DESC>
      <REC_STAT>A</REC_STAT>
   </NAME_TYPE>
   <SYS_CREATE_DT>2008-06-26 05:18:55</SYS_CREATE_DT>
</SOA_NAME_TYPES_RESPONSE>


Feedback

Last updated: 2009