QAS_TREES_OPER
This service operation returns the list of PeopleSoft trees that are accessible to the user.
Request Message: QAS_TREES_REQ_MSG
| Element Name | Description |
|---|---|
|
SEARCH_STRING Required element |
Complete tree name or the first few letters of the name. If no value is entered, a list of all accessible tress will be returned. |
Example Request:
This request returns all trees that start with QE_J.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:qas="http://xmlns.oracle.com/Enterprise/Tools/schemas/
QAS_TREES_REQ_MSG.VERSION_1">
<soapenv:Header/>
<soapenv:Body>
<qas:QAS_TREES_REQ_MSG>
<SEARCH_STRING>QE_J</SEARCH_STRING>
</qas:QAS_TREES_REQ_MSG>
</soapenv:Body>
</soapenv:Envelope>
Response Message: QAS_ TREES_RESP_MSG
| Element Name | Description |
|---|---|
|
TREE_NAME |
Tree name. |
|
TREE_DESCRIPTION |
Tree description. |
|
TREE_SET_ID |
Set ID. |
|
TREE_SET_CONTROL_VALUE |
Set control value. |
|
TREE_EFFECTIVE_DATE |
Effective date. |
|
INFO_MESSAGE |
Returns information about the request. For example if the criterion in the request is incorrect or if no trees meet the criteria, a message indicating the error is returned. |
Example Response:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<qcs:QAS_TREES_RESP_MSG xmlns:qcs="http://xmlns.oracle.com/
Enterprise/Tools/schemas/QAS_TREES_RESP_MSG.VERSION_1">
<TREE>
<TREE_NAME>QE_JOBCODES</TREE_NAME>
<TREE_DESCRIPTION>JobCodes</TREE_DESCRIPTION>
<TREE_SET_ID/>
<TREE_SET_CONTROL_VALUE/>
<TREE_EFFECTIVE_DATE>1999-01-01</TREE_EFFECTIVE_DATE>
</TREE>
</qcs:QAS_TREES_RESP_MSG>
</soapenv:Body>
</soapenv:Envelope>