Multiple Repository Commands

It is possible to combine RCs 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>
  <Repository Version=”1.0”>
    <Command Name="command" Mode="Request">
      <Object Application="appn" Type="type" Name="name">
        ...
        ...
      </Object>
      <Object Application="appn" Type="type" Name="name">
        ...
        ...
      </Object>
    </Command>
  </Repository>
</ProLinga>

Combining multiple RCs will result in better performance.