XML List Requests

You can make any of these requests using XML List:

XML List Request

Description

GetTemplate

Send a request to retrieve metadata information for a list so that you can add data selection and data sequencing to the CreateList request.

CreateList

Send a request with TC/Table name along with data selection and sequencing. The response is an XML document that has a handle and size that is associated with the created list in the repository.

GetGroup

Send a request to retrieve data from the generated list by the previous CreateList request. GetGroup passes the handle value and range of records to be retrieved.

DeleteList

Send a request to delete a list from the repository.

This illustration shows the various components in list operations:

XML List operations components