I'm trying to make an HTTP POST request to get a token from an API, but tHTTPrequest can't read the parameters. i've tried some other components but still the isuue remains.
i'm using talend open studio for data integration on 7.3 here is my job
and here is my tREST components
and here is my json file wich i used in my tHTTPRequest but didn't work.
my tHTTPrequest components
Just to let you know that all of this is working in postman so i can't find what's blocking me in talend.
Actually i've passed the whole day without being able to get an int of why it isn"t working.
Sorry for the late response to this. I am not sure of the API you are using, but what I would recommend is that you use the tRestClient and supply the POST JSON to the "string" column of the component. If you have any issues trying it this way, send a screenshot of what you have done and maybe the specifications for the API.