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.
The SOAP-RPC equivalent of the SOA_NAME_TYPES_REQUEST input document and the SOA_NAME_TYPES_RESPONSE output document is the getNameTypes method.
<SOA_NAME_TYPES_REQUEST />
<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>