SOAP API - queryDone

The table summarizes the SOAP API - queryDone.

Request Uses the pagingID element (from the ProcessManagement schema)
Parameter notes pagingID: This is obtained when a query is paged by submitting -1 or a number greater than 0 for the PageSize parameter when calling the following operations: queryProcessInstances , queryProcessInstancesAlt , queryProcessTemplates , and queryProcessTemplatesAlt .
Response Returns a successelement (from the ProcessManagement schema)
Example Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:proc="http://www.tibco.com/bx/2009/management/processManagerType">

   <soapenv:Header/>

   <soapenv:Body>

      <proc:pagingID>1304896907</proc:pagingID>

   </soapenv:Body>

</soapenv:Envelope>
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">

   <SOAP-ENV:Header/>

   <SOAP-ENV:Body>

      <proc:success xmlns:proc="http://www.tibco.com/bx/2009/management/processManagerType">OK</proc:success>

   </SOAP-ENV:Body>

</SOAP-ENV:Envelope>