QAS_LISTROLE_OPER
Use this service operation to get a list of roles, along with descriptions.
Request Message: QAS_LISTROLE_REQ_MSG
| Element name | Description |
|---|---|
|
SearchString |
Search string used for specifying the role name or the first few characters of the role name. If no value is entered, all roles will be returned. This value is case-sensitive. |
Example Request:
This is an example of a request to select all roles that begin with QAS.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:qas="http://xmlns.oracle.com/Enterprise/Tools/schemas/
QAS_LISTROLE_REQ_MSG.VERSION_1"
xmlns:qas1="http://xmlns.oracle.com/Enterprise/Tools/schemas/
QAS_LISTROLE_REQ.VERSION_1">
<soapenv:Header/>
<soapenv:Body>
<qas:QAS_LISTROLE_REQ_MSG>
<!--Zero or more repetitions:-->
<qas:QAS_LISTROLE_REQ>
<qas1:PTQASWRK class="R">
<!--Optional:-->
<qas1:SearchString>QAS</qas1:SearchString>
</qas1:PTQASWRK>
</qas:QAS_LISTROLE_REQ>
</qas:QAS_LISTROLE_REQ_MSG>
</soapenv:Body>
</soapenv:Envelope>
Response Message: QAS_LISTROLE_RESP_MSG
| Element Name | Description |
|---|---|
|
RoleName |
Role name. |
|
Description |
Role description. |
Example Response:
<?xml version="1.0"?>
<QAS_LISTROLE_RESP_MSG xmlns="http://xmlns.oracle.com/Enterprise/Tools/
schemas/QAS_LISTROLE_RESP_MSG.VERSION_1">
<QAS_LISTROLE_RESP>
<PTQASWRK class="R" xmlns="http://xmlns.oracle.com/Enterprise/
Tools/schemas/QAS_LISTROLE_RESP.VERSION_1">
<RoleName>QAS Admin</RoleName>
<Description>QAS Administrators</Description>
</PTQASWRK>
</QAS_LISTROLE_RESP>
</QAS_LISTROLE_RESP_MSG>