Setting up custom data providers

You can use custom data providers to obtain data for tests and simulations in the Decision Center Business console.

About this task

You implement and deploy a custom data provider to Decision Server. Then, you upload an XML descriptor file that sets parameters for this custom data provider to the Business console for use in tests and simulations (see also Sample: Test and simulation customization).

Procedure

  1. Download the compressed file that contains the Decision Center API JAR files from the following URL:
    https://DC_URL/assets/decision-center-client-api.zipWhere DC_URL is the endpoint to access Decision Center.
  2. Create a Java™ client project and add the JAR files from the executionserver/lib directory in the decision-center-client-api.zip file.
    For more information, see this documentation.