IM Relationship Resolution Information Center, Version 4.2

SOA_ADDRESS_TYPES_REQUEST input document

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

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

The SOAP-RPC equivalent of the SOA_ADDRESS_TYPES_REQUEST input document and the SOA_ADDRESS_TYPES_RESPONSE output document is the getAddressTypes method.

Example SOA_ADDRESS_TYPES_REQUEST input document

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

Example SOA_ADDRESS_TYPES_RESPONSE output document

This example SOA_ADDRESS_TYPES_RESPONSE output document returns details of all configured address types.
Note: This example is formatted for readability and does not follow the required one line per UMF record format.
<SOA_ADDRESS_TYPES_RESPONSE>
   <ADDRESS_TYPE>
      <CODE>B</CODE>
      <CODE_DESC>Business</CODE_DESC>
      <REC_STAT>A</REC_STAT>
   </ADDRESS_TYPE>
   <ADDRESS_TYPE>
      <CODE>H</CODE>
      <CODE_DESC>Home</CODE_DESC>
      <REC_STAT>A</REC_STAT>
   </ADDRESS_TYPE>
   <ADDRESS_TYPE>
      <CODE>O</CODE>
      <CODE_DESC>Other</CODE_DESC>
      <REC_STAT>A</REC_STAT>
   </ADDRESS_TYPE>
   <SYS_CREATE_DT>2008-06-26 05:18:55</SYS_CREATE_DT>
</SOA_ADDRESS_TYPES_RESPONSE>


Feedback

Last updated: 2009