The ChangeReponseControl data object is returned to the client application with changed entities as the result of a search for changed entities using the ChangeControl data object.
This response control also returns the checkpoint to be used during a subsequent search for changed entities.
<wim:checkPoint> <wim:repositoryId>TDS_LDAP</wim:repositoryId> <wim:repositoryCheckPoint>21</wim:repositoryCheckPoint> </wim:checkPoint>
<xsd:complexType name=”ChangeResponseControl”> <xsd:complexContent> <xsd:extension base=”SearchResponseControl”> <xsd:sequence> <xsd:element name=”checkPoint” type=”wim:checkPointType” minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
<wim:controls xsi:type="wim:ChangeResponseControl"> <wim:checkPoint> <wim:repositoryId>TDS_LDAP</wim:repositoryId> <wim:repositoryCheckPoint>21</wim:repositoryCheckPoint> </wim:checkPoint> <wim:checkPoint> <wim:repositoryId>AD_LDAP</wim:repositoryId> <wim:repositoryCheckPoint>41</wim:repositoryCheckPoint> </wim:checkPoint> </wim:controls>