Use validation rules to check if the data is in line with the defined standards.
To validate data, you can use several validation types. This topic explains how to set up the Web service validation type.
Name | Responsible | Description |
---|---|---|
Develop custom response or request handler class |
Developer |
For a web service, you can use a custom class to define the:
The custom class must extend the DQSWebServiceCustomFormatBase base class.
|
Set up web service for Data quality studio |
Data quality administrator |
You can use a web service in:
To set up a web service validation rule or action rule, first set up the web service to be used. You can find most of the required values to be set for the web service in the technical documentation as shared by the web service provider. |
Develop custom parameter value class |
Developer |
To define a web service parameter value, you can use a custom class to return a parameter value. You can use a custom parameter value class to return web service parameters for validation rules and action rules of type Web service. The custom parameter value class must extend the DQSWebServiceParametersBase base class. This custom class must have at least one return method that returns a value. |
Set up validation rule of type Web service |
Data quality administrator |
Use validation rules to check if the data is in line with the defined standards. Use a web service validation rule to validate if a field value matches a value in another internal or external source, using a web service.
You can, for example, use a web service validation rule to validate an address, email, or VAT number.
Before you can set up a web service validation rule, set up the web service to be used.
You can set up a web service validation rule in several ways. For a parameter of type:
|
Name | Responsible | Description |
---|---|---|
Develop custom response or request handler class |
Developer |
For a web service, you can use a custom class to define the:
The custom class must extend the DQSWebServiceCustomFormatBase base class.
|
Set up web service for Data quality studio |
Data quality administrator |
You can use a web service in:
To set up a web service validation rule or action rule, first set up the web service to be used. You can find most of the required values to be set for the web service in the technical documentation as shared by the web service provider. |
Develop custom parameter value class |
Developer |
To define a web service parameter value, you can use a custom class to return a parameter value. You can use a custom parameter value class to return web service parameters for validation rules and action rules of type Web service. The custom parameter value class must extend the DQSWebServiceParametersBase base class. This custom class must have at least one return method that returns a value. |
Set up validation rule of type Web service |
Data quality administrator |
Use validation rules to check if the data is in line with the defined standards. Use a web service validation rule to validate if a field value matches a value in another internal or external source, using a web service.
You can, for example, use a web service validation rule to validate an address, email, or VAT number.
Before you can set up a web service validation rule, set up the web service to be used.
You can set up a web service validation rule in several ways. For a parameter of type:
|
Related to | Notes |
---|---|
Set up validation rule of type Web service |
  |