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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tHTTPRequest POST Parameters File

I just need to know how to write the parameters file for a POST request that I need to use.
Can you please give me a simple example?
It is a XML file or a JSON file? I can't find this anywhere.
Thanks for your help!
Simon
Labels (4)
6 Replies
Anonymous
Not applicable
Author

Hi,
It is a XML file or a JSON file?

We just support a XML file, when you post a parameter to server end.
See pic
Best regards
Sabrina
Anonymous
Not applicable
Author

Thanks!
Could you post an example of the file contents?
Is there a way pass the parameters of the request using a table?, I need to read a table row-by-row and send a request to the URI setting the parameters dynamically.
Thank you so much for all your help!
And sorry for this questions I'm a newbie on Talend!
Anonymous
Not applicable
Author

Hi,
We just support a XML file, when you post a parameter to server end.

Sorry for the wrong information, we have consult with the component team and they give us a response. There is no limitation in the type of file. You can post any parameter file into your job. Because the part "post parameter files " is new, so there is no document for it. We will update our document as soon as possible. Sorry for that.
Best regards
Sabrina
_AnonymousUser
Specialist III
Specialist III

En el resto de encuentros, el Torino sucumbió en casa camisetas de futbol barata 3-1 contra el Parma, el Cagliari batió a domicilio al Sampdoria, mientras que los dos farolillos rojos de la clasificación Pescara y Atalanta terminaron su choque sin goles.
El choque Mourinho-Toril
La rueda de prensa camisetasfutbollep.com ofrecida por José Mourinho, en la que señaló algunas divergencias entre el primer equipo del Real Madrid y su filial camisetaesp , entrenado por Alberto Toril, es uno de los grandes temas de conversación en la prensa del miércoles.
Anonymous
Not applicable
Author

I want to post an xml file to a url through http.
If I use tHttpRequest,
the property field I can just put bult-in.
URI is my target URL.
Method is post.
Post parameters from file: this is my xml file location
write response content to file: a log file in my location
Then how to set up headers (header key, value)?
I leave the headers blank, then run it. I didn't get any error in console. But I didn't get any response from the target site. And nothing posted to the target.
Can you see anything wrong?
Thanks.
Anonymous
Not applicable
Author

Hi jijli, did you get an answer on this? I'm having the same, trying to pass parameters to a url string during interactive sessions