3.1.4.4 GetChangesEx

The GetChangesEx operation is used by the protocol client to request changes, similar to GetChanges. GetChangesEx provides additional functionality but follows the same message sequence events specified in section 3.1.4. GetChangesEx has the following SOAPAction header value:

 http://schemas.microsoft.com/sharepoint/soap/GetChangesEx

GetChangesEx has the following schema:

 <wsdl:operation name="GetChangesEx">
     <wsdl:input message="GetChangesExSoapIn" />
     <wsdl:output message="GetChangesExSoapOut" />
 </wsdl:operation>

The protocol client sends a GetChangesExSoapIn request message and the protocol server responds with a GetChangesExSoapOut response message.