Multiple Data Commands

It is possible to combine DCs in one single request. There will be one response file, but with results for every command, unless an error has been encountered before the end of processing. The format is as follows:

<ProLinga>
  <Data Version=”1.0”>
    <Command Name="command" Mode="Request">
      <Object DataSource="dsrcname">
        ...
        ...
      </Object>
      <Object DataSource="dsrcname">
        ...
        ...
      </Object>
    </Command>
  </Repository>
</ProLinga>

Combining multiple DCs will result in better performance.