Next pagination response

The response indicates that one record was returned (count=1). In addition, the response indicates that there are no more records to retrieve (more=0).

<?xml version="1.0" encoding="utf-16"?>
<SOAP-ENV:Envelope xmlns:SOAPENV="
http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
    <RetrieveIncidentKeysListResponse count=1 more=0 handle=probsummary4d67db480000c0082000f1a0 message="Success" query=""
        returnCode="0" schemaRevisionDate="2007-04-14"
        schemaRevisionLevel="1" status="SUCCESS"
        xsi:schemaLocation="http://servicecenter.peregrine.com/PWS
        http://<sm server>.americas.hpqcorp.net:13701/sc62server/ws/
        Incident.xsd" xmlns="http://servicecenter.peregrine.com/PWS"
        xmlns:cmn="http://servicecenter.peregrine.com/PWS/Common"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <keys>
           <IncidentID type="String">IM10061</IncidentID>
        </keys>
     </RetrieveIncidentKeysListResponse>
 </SOAP-ENV:Body>
 </SOAP-ENV:Envelope>