<?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: Using tHttpRequest Component basics in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Using-tHttpRequest-Component-basics/m-p/2347384#M114651</link>
    <description>1) Assign your parameter to a context before using tHttpRequest in tJavaRow or similar component:
&lt;BR /&gt;context.currentParameter = field1=1111;
&lt;BR /&gt;Then in the URI of the component have this:
&lt;BR /&gt;"localhost:8080/myApp/controller?" + context.currentParameter
&lt;BR /&gt;2-4) Never used the file feature, can't help here.</description>
    <pubDate>Wed, 14 Sep 2011 23:02:03 GMT</pubDate>
    <dc:creator>jkrfs</dc:creator>
    <dc:date>2011-09-14T23:02:03Z</dc:date>
    <item>
      <title>Using tHttpRequest Component basics</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tHttpRequest-Component-basics/m-p/2347383#M114650</link>
      <description>Hello and thanks in advance. 
&lt;BR /&gt;I am not exactly sure how to use the tHttpRequest Component for Method 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;OST. I checked the Talend User Documentation (F1), but it did not have the needed details about using POST. 
&lt;BR /&gt;Each row of my input data has a preformatted querystring or postdata (i.e. field1=1111&amp;amp;field2=1111&amp;amp;field3=1111&amp;amp;field4=1111) 
&lt;BR /&gt;I can't find any documentation on how to get the this string into the URI Field, but I see that there is a field for "post parameters from file." 
&lt;BR /&gt;So, my questions about this component are: 
&lt;BR /&gt;1. How can I use the tHttpRequest component to send 1 request per row? 
&lt;BR /&gt;1. Do files need to be created to pass the Post information or can it use the incoming ROW? 
&lt;BR /&gt;2. How should the File be formatted with POST information? 
&lt;BR /&gt;3. Is the file for 1 httpRequest 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;OST or can it hold put multiple httpRequest 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;OST Data. Do I need to create a new file for each httpRequest 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;OST? 
&lt;BR /&gt;4. Do I need to specify the POST fields in a special way, or should they be concantenated into a formatted "querysting" (i.e field1=1111&amp;amp;field2=1111&amp;amp;field3=1111&amp;amp;field4=1111) 
&lt;BR /&gt;Can you show me the proper way to setup the tHttpRequest Component for Method 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;OST for multiple rows of posting information? 
&lt;BR /&gt;Thanks again.</description>
      <pubDate>Sat, 16 Nov 2024 12:41:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tHttpRequest-Component-basics/m-p/2347383#M114650</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using tHttpRequest Component basics</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tHttpRequest-Component-basics/m-p/2347384#M114651</link>
      <description>1) Assign your parameter to a context before using tHttpRequest in tJavaRow or similar component:
&lt;BR /&gt;context.currentParameter = field1=1111;
&lt;BR /&gt;Then in the URI of the component have this:
&lt;BR /&gt;"localhost:8080/myApp/controller?" + context.currentParameter
&lt;BR /&gt;2-4) Never used the file feature, can't help here.</description>
      <pubDate>Wed, 14 Sep 2011 23:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tHttpRequest-Component-basics/m-p/2347384#M114651</guid>
      <dc:creator>jkrfs</dc:creator>
      <dc:date>2011-09-14T23:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using tHttpRequest Component basics</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tHttpRequest-Component-basics/m-p/2347385#M114652</link>
      <description>I have the same problem here. How can I post XML content via tHttpRequest? Is it posible? I test it by saving the XML content into a file and read it by "Post parameters from file". But the server gets empty content. The XML content is not a soap or xmlrpc request so I can't use this components.
&lt;BR /&gt;Is tHttpRequest the right solution? Can anyone give a working example, please?</description>
      <pubDate>Fri, 30 Sep 2011 14:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tHttpRequest-Component-basics/m-p/2347385#M114652</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-30T14:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using tHttpRequest Component basics</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tHttpRequest-Component-basics/m-p/2347386#M114653</link>
      <description>Have the same issue. Has anyone solved it or have any work around?</description>
      <pubDate>Fri, 02 May 2014 11:45:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tHttpRequest-Component-basics/m-p/2347386#M114653</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-02T11:45:14Z</dc:date>
    </item>
  </channel>
</rss>

