How to validate a data record through the REST API using a Job
The following example shows how to use a Talend Job to validate a data record through the REST API and print out the response message accordingly.
The Job is composed of two components: tREST and tJavaRow:
- tREST is used to send the HTTP request and get the response correspondingly.
- tJavaRow is used to print out the response.
Retrieve the Job file tREST.zip from the Downloads tab in the left panel of this page.
Before you begin
- The MDM server is up and running.
- You have already launched Talend Studio.
- You have already imported the MDM Demo Project.