You can set up data quality policy rules that use a web service.
You can use a web service:
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 |
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. |
Test web service configuration |
Data quality administrator |
You can test a web service configuration. When you test the web service configuration, this is tested:
|