Batch
If you have a large amount of data to import, or if your data is contained in several files, you can send data in pieces and delay processing until OmniGroupServer receives the final piece.
Actions: | Import |
Type: | String |
Default: | |
Example: |
First Piece: <autnresponse> <action>IMPORT</action> <response>SUCCESS</response> <responsedata> <batch>123456789012345678:1</batch> </responsedata> </autnresponse> Second Piece: <autnresponse> <action>IMPORT</action> <response>SUCCESS</response> <responsedata> <batch>123456789012345678:2</batch> </responsedata> </autnresponse> Final Piece: When OmniGroupServer receives the repository parameter, it processes the batch. |
See Also: |