Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Streamlining user types in Qlik Cloud capacity-based subscriptions: Read the Details
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

How to use parameters from JSON file as a input to REST Web Service

I am trying to call a REST web service (it is POST/PUT) and collect response from it. The input parameters to this service is a row from a table (mssql DB). So i'm trying to get data from table, creating a JSON file using it and use the same JSON as input to tREST/tRESTClient Component. My Job looks like this:
tMssqlInput---->> tMap--->>tFileOutputJSON ====>> (onSubJobOk) ===>> tFileInputJSON---->tREST/tRESTClient--->> tLogRow
But I'm stucked here: How pass parameters from that JSON file as input to REST component.
Please help me.......

Thanks
Labels (4)
1 Reply
Anonymous
Not applicable

Hi 
I don't understand your job design, why you write a json file and read data back again from json file?
Best regards
Shong