<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: [resolved] JSON with HTTP POST in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-JSON-with-HTTP-POST/m-p/2335580#M104127</link>
    <description>Hello archenroot, 
&lt;BR /&gt;thanks for your response, not sure if I understand you right. Because I just get even more errors. 
&lt;BR /&gt;My tHttpRequest looks like the following (some issues just circumscribed do to corporate secret) 
&lt;BR /&gt;Property: Built-In 
&lt;BR /&gt;URI: URL from where to get the data 
&lt;BR /&gt;Method: POST 
&lt;BR /&gt;Post parameters from file: ".../authentification.json" (do not know what to do with it, or better how this file should looks like) 
&lt;BR /&gt;"tick" Write response content to file: ".../response.json" (empty file) 
&lt;BR /&gt;Headers: value: 
&lt;BR /&gt;Content-type application/json 
&lt;BR /&gt;"untick" Need authentification (tried to get the authentification data via the file) 
&lt;BR /&gt;- have also tried it tick and without an file, but that also does not work 
&lt;BR /&gt; 
&lt;BR /&gt;Authentification file: 
&lt;BR /&gt;{ 
&lt;BR /&gt;"username":"xxx", 
&lt;BR /&gt;"password":"xxx" 
&lt;BR /&gt;} 
&lt;BR /&gt; 
&lt;BR /&gt;What am I doing wrong? 
&lt;BR /&gt;Greetings Franzi</description>
    <pubDate>Mon, 05 Dec 2011 09:13:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-12-05T09:13:11Z</dc:date>
    <item>
      <title>[resolved] JSON with HTTP POST</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-JSON-with-HTTP-POST/m-p/2335578#M104125</link>
      <description>Hello,&lt;BR /&gt;newly I have heard of the JSON Script. Now I should do a JSON request over HTTP POST.&lt;BR /&gt;I have tried tHTTPRequest, tRest but without any success.&lt;BR /&gt;With tHTTPRequest I get the answer from the Server "415 Unsupported Media Type" that is way I am thinkg I do have the wrong syntax.&lt;BR /&gt;The Server just need my login data, like &lt;BR /&gt;"AuthenticationTO:&lt;BR /&gt;{&lt;BR /&gt;"username":"XXXXXX@XXX",&lt;BR /&gt;"password":"XXXXXXXXXXX"&lt;BR /&gt;}"&lt;BR /&gt;and it should give me data in JSON back.&lt;BR /&gt;Can someone please show me how to configure tHTTPRequest or which Job ever is best for it.&lt;BR /&gt;Hope this is understandable. Feel free to ask.&lt;BR /&gt;Regards,&lt;BR /&gt;Franzi</description>
      <pubDate>Sat, 16 Nov 2024 12:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-JSON-with-HTTP-POST/m-p/2335578#M104125</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] JSON with HTTP POST</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-JSON-with-HTTP-POST/m-p/2335579#M104126</link>
      <description>Try to configure custom header with tHttpRequest:&lt;BR /&gt;&lt;PRE&gt;header          value&lt;BR /&gt;Content-type application/json&lt;/PRE&gt;</description>
      <pubDate>Sat, 03 Dec 2011 22:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-JSON-with-HTTP-POST/m-p/2335579#M104126</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-03T22:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] JSON with HTTP POST</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-JSON-with-HTTP-POST/m-p/2335580#M104127</link>
      <description>Hello archenroot, 
&lt;BR /&gt;thanks for your response, not sure if I understand you right. Because I just get even more errors. 
&lt;BR /&gt;My tHttpRequest looks like the following (some issues just circumscribed do to corporate secret) 
&lt;BR /&gt;Property: Built-In 
&lt;BR /&gt;URI: URL from where to get the data 
&lt;BR /&gt;Method: POST 
&lt;BR /&gt;Post parameters from file: ".../authentification.json" (do not know what to do with it, or better how this file should looks like) 
&lt;BR /&gt;"tick" Write response content to file: ".../response.json" (empty file) 
&lt;BR /&gt;Headers: value: 
&lt;BR /&gt;Content-type application/json 
&lt;BR /&gt;"untick" Need authentification (tried to get the authentification data via the file) 
&lt;BR /&gt;- have also tried it tick and without an file, but that also does not work 
&lt;BR /&gt; 
&lt;BR /&gt;Authentification file: 
&lt;BR /&gt;{ 
&lt;BR /&gt;"username":"xxx", 
&lt;BR /&gt;"password":"xxx" 
&lt;BR /&gt;} 
&lt;BR /&gt; 
&lt;BR /&gt;What am I doing wrong? 
&lt;BR /&gt;Greetings Franzi</description>
      <pubDate>Mon, 05 Dec 2011 09:13:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-JSON-with-HTTP-POST/m-p/2335580#M104127</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-05T09:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] JSON with HTTP POST</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-JSON-with-HTTP-POST/m-p/2335581#M104128</link>
      <description>Finally I found the problems.&lt;BR /&gt;1. what archenroot had allready said&lt;BR /&gt;custom header with tHttpRequest:&lt;BR /&gt;header          value&lt;BR /&gt;Content-type application/json&lt;BR /&gt;2. wrong json file&lt;BR /&gt;the file content should looks like:&lt;BR /&gt;{&lt;BR /&gt;"username":"xxx",&lt;BR /&gt;"password":"xxx"&lt;BR /&gt;}&lt;BR /&gt;then it works.&lt;BR /&gt;Regrads Franzi</description>
      <pubDate>Wed, 07 Dec 2011 12:40:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-JSON-with-HTTP-POST/m-p/2335581#M104128</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-07T12:40:14Z</dc:date>
    </item>
  </channel>
</rss>

