Response with pagination

The response indicates that eight records were returned (count=8). In addition the response indicates that there are more records to retrieve (more=1).

<?xml version="1.0" encoding="utf-16"?>
<SOAP-ENV:Envelope xmlns:SOAPENV="   
   http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Body>
      <RetrieveIncidentKeysListResponse count=8 more=1 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">IM10001</IncidentID>
            </keys>
                <keys>
                  <IncidentID type="String">IM10004</IncidentID>
                </keys>
                <keys>
                <IncidentID type="String">IM10009</IncidentID>
                </keys>
                <keys>
                  <IncidentID type="String">IM10016</IncidentID>
                </keys>
                <keys>
                  <IncidentID type="String">IM10027</IncidentID>
                </keys>
                <keys>
                  <IncidentID type="String">IM10038</IncidentID>
                </keys>
                <keys>
                  <IncidentID type="String">IM10049</IncidentID>
                </keys>
                <keys>
                  <IncidentID type="String">IM10060</IncidentID>
                </keys>
             </RetrieveIncidentKeysListResponse>
             </SOAP-ENV:Body>
        </SOAP-ENV:Envelope>