This is the WSO2 Data Services Server documentation version 2.6.3

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Input validation allows data services to validate the input parameters in a request and stop the execution of the request if the input doesn’t meet the required criteria. The WSO2 Data Services Server provides a set of built-in validators for some of the most common use cases. It also provides an extension mechanism where custom validators can be written. For details on custom validators, refer to the Custom section.

Built-In Input Validators

Validators have to be added to individual input mappings in a query. Follow the instructions below to add built-in input validators.

1) Click Add New Query link in the Queries page.

The Queries page appears when creating a Data Service. For steps upto opening the Queries page, refer to sub sections in: Create a Data Service Using Various Data Sources.

2) In the Add New Query page that appears, provide the QueryID and DataSource.

The Input Mappings section opens.

3) Click the Add New Input Mapping link.

4) The Add Input Mapping page opens. The Validator drop-down menu contains four built-in validators and the custom validator option.

Explained below are the pre-defined, standard validators available in the WSO2 Data Services Server.

Long Range Validator

Used to validate an integer value and check if it is in the specified range. The validator requires minimum and the maximum values of the range to be validated. For example,

  • No labels