The following code example, if contained within HTTP protocol, would return a list named "Documents" from the server.
|
<?xml version="1.0" encoding="UTF-8"?>
<ows:Batch Version="6.0.2.5608" OnError="Return">
<Method ID="0,ExportList">
<SetList Scope="Request">Documents</SetList>
<SetVar Name="Cmd">ExportList</SetVar>
</Method>
</ows:Batch>
|