Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Introduction

Batch processing is used when a specific in-only operation must be executed sequencially with different parameter sets. Here we demonstre a data service where batch processing is enabled, and the necessory batch operations are automatically created.

Building the sample

Create a sample data service by the name BatchRequestSample using the instructions in Deploying Data Services section.

Running the sample

The sample service can be run using the TryIt tool, which is bundled with the WSO2 Data Services Server, or a code-generated java client sample as discussed in the Data Services Clients section.

...