The SOA_ROLES_REQUEST input document contains the request and search criteria to obtain details of all configured roles. The results of this Web services input document are returned to the calling application in a SOA_ROLES_RESPONSE output document.
The SOAP-RPC equivalent of the SOA_ROLES_REQUEST input document and the SOA_ROLES_RESPONSE output document is the getRoles method.
<SOA_ROLES_REQUEST />
<SOA_ROLE_RESPONSE> <ROLE> <ROLE_CODE_ID>012987345</ROLE_CODE_ID> <ROLE_CODE>VENDOR</ROLE_CODE> <ROLE_DESC>Vendors</ROLE_DESC> <ROLE_CLASS>NT</ROLE_CLASS> <REC_STAT>A</REC_STAT> </ROLE> <ROLE> <ROLE_CODE_ID>111222333</ROLE_CODE_ID> <ROLE_CODE>CRIMINAL</ROLE_CODE> <ROLE_DESC>Known Criminals</ROLE_DESC> <ROLE_CLASS>NT</ROLE_CLASS> <REC_STAT>A</REC_STAT> </ROLE> <SYS_CREATE_DT>2008-06-26 05:18:55</SYS_CREATE_DT> </SOA_ROLE_RESPONSE>