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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tHttpRequest

Any idea how to provide the post parameters file ? i tried via xml which seems to work fine in postman into the endpoint url , doesn't work here.

 

 

Labels (3)
5 Replies
Anonymous
Not applicable
Author

Anonymous
Not applicable
Author

the link isn't accessible. But the post works at the end point via postman.

I guess the error must be how the xml file passing as a paremeter. Are there any examples on how to pass parameters ?

 

Thanks .

Anonymous
Not applicable
Author

Hi
The content of file should be json format, please refer to the scenario of tHttpRequest in the component documentation.

Regards
Shong
Anonymous
Not applicable
Author

Thanks ! just looking at the example below:   

https://help.talend.com/reader/9q55KsfASqX0qY4GVhEDNQ/xYiv6OnBe4ggIyriHRfa9Q

It takes json and converts into a text file to post it. Does that mean it doesn't accept any other format   ? 

Anonymous
Not applicable
Author

Yes, only json file is allowed.