Multiple Validate Commands

It is possible to combine VCs 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>
  <Validate 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>
  </Validate>
</ProLinga>

Combining multiple VCs will result in better performance.