Skip to Content
0
Aug 20, 2020 at 08:38 AM

REST API Call using Data Services - Transport Configurations

502 Views Last edit Aug 26, 2020 at 07:12 AM 3 rev

Dears,

I created a batch job to extract data from Rest API using BODS Rest Web Services Data Store. I'm able to extract data successfully from source and push to database.

I have query on how will i update my datastore configuration while moving the job to QA and PRD.

  1. Do i need to manually update the configuration using designer with appropriate QA/PRD wadl files
  2. or any other way , Please advise.

I'm skeptical that configurations will help in this case. Appreciate your help !

The REST API provides output in json format.

Performed below configuration

  1. Procured REST API URLs from Source Application
  2. Created WADL File using SOAP UI
  3. Updated grammars details as per json output
  4. Create datastore using the wadl file and given pem file for SSL support.
  5. Create a job and extracted data.

Thanks,

Selva