<?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: Make request to a rest API in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Make-request-to-a-rest-API/m-p/2354969#M120822</link>
    <description>Hi&lt;BR /&gt;I create a job and connect to &lt;A href="http://www.yahoo.com" target="_blank" rel="nofollow noopener noreferrer"&gt;www.yahoo.com&lt;/A&gt; successfully.&lt;BR /&gt;tREST--&amp;gt;tLogRow.&lt;BR /&gt;Could you show me the URL?&lt;BR /&gt;The exception is "time out". I guess maybe there is something wrong with your network.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
    <pubDate>Fri, 16 Mar 2012 09:24:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-03-16T09:24:45Z</dc:date>
    <item>
      <title>Make request to a rest API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Make-request-to-a-rest-API/m-p/2354966#M120819</link>
      <description>Hi all, 
&lt;BR /&gt;I'm new in Talend and I,m a bit lost for the moment, 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;My problem is that I need to make request to an Rest API and download the response in a csv in my computer, are there an example of this issue in somewhere? I have been looking for some example and for the moment I haven't found any. 
&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Fri, 16 Mar 2012 08:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Make-request-to-a-rest-API/m-p/2354966#M120819</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-03-16T08:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Make request to a rest API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Make-request-to-a-rest-API/m-p/2354967#M120820</link>
      <description>Hi&lt;BR /&gt;Welcome to Talend Community!&lt;BR /&gt;You can download the document &lt;A href="http://www.talend.com/resources/documentation.php" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;/A&gt; and get some scenarios about tREST.&lt;BR /&gt;Hope this will help you.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Fri, 16 Mar 2012 09:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Make-request-to-a-rest-API/m-p/2354967#M120820</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-16T09:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Make request to a rest API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Make-request-to-a-rest-API/m-p/2354968#M120821</link>
      <description>Hi, 
&lt;BR /&gt;Thanks I saw this document before but when I have tried the example using an URL of yahoo quotes for example (if I put the URL in the browser , it's work fine) the talend log shows this: 
&lt;BR /&gt; 
&lt;BR /&gt;Starting job tRestExample at 10:10 16/03/2012. 
&lt;BR /&gt; connecting to socket on port 3709 
&lt;BR /&gt; connected 
&lt;BR /&gt;Exception in component tREST_2 
&lt;BR /&gt;com.sun.jersey.api.client.ClientHandlerException: java.net.ConnectException: Connection timed out: connect 
&lt;BR /&gt; at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:131) 
&lt;BR /&gt; at com.sun.jersey.api.client.Client.handle(Client.java:616) 
&lt;BR /&gt; at com.sun.jersey.api.client.WebResource.handle(WebResource.java:559) 
&lt;BR /&gt; at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:72) 
&lt;BR /&gt; at com.sun.jersey.api.client.WebResource$Builder.get(WebResource.java:454) 
&lt;BR /&gt; at test.trestexample_0_1.tRestExample.tREST_2Process(tRestExample.java:516) 
&lt;BR /&gt; at test.trestexample_0_1.tRestExample.runJobInTOS(tRestExample.java:825) 
&lt;BR /&gt; at test.trestexample_0_1.tRestExample.main(tRestExample.java:693) 
&lt;BR /&gt;Caused by: java.net.ConnectException: Connection timed out: connect 
&lt;BR /&gt; at java.net.PlainSocketImpl.socketConnect(Native Method) 
&lt;BR /&gt; at java.net.PlainSocketImpl.doConnect(Unknown Source) 
&lt;BR /&gt; at java.net.PlainSocketImpl.connectToAddress(Unknown Source) 
&lt;BR /&gt; at java.net.PlainSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at java.net.SocksSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at java.net.Socket.connect(Unknown Source) 
&lt;BR /&gt; at java.net.Socket.connect(Unknown Source) 
&lt;BR /&gt; at sun.net.NetworkClient.doConnect(Unknown Source) 
&lt;BR /&gt; at sun.net.www.http.HttpClient.openServer(Unknown Source) 
&lt;BR /&gt; at sun.net.www.http.HttpClient.openServer(Unknown Source) 
&lt;BR /&gt; at sun.net.www.http.HttpClient.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at sun.net.www.http.HttpClient.New(Unknown Source) 
&lt;BR /&gt; at sun.net.www.http.HttpClient.New(Unknown Source) 
&lt;BR /&gt; at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) 
&lt;BR /&gt; at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) 
&lt;BR /&gt; at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) 
&lt;BR /&gt; at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) 
&lt;BR /&gt; at java.net.HttpURLConnection.getResponseCode(Unknown Source) 
&lt;BR /&gt; at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:218) 
&lt;BR /&gt; at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:129) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt; ... 7 more 
&lt;BR /&gt;Job tRestExample ended at 10:11 16/03/2012.</description>
      <pubDate>Fri, 16 Mar 2012 09:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Make-request-to-a-rest-API/m-p/2354968#M120821</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-16T09:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Make request to a rest API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Make-request-to-a-rest-API/m-p/2354969#M120822</link>
      <description>Hi&lt;BR /&gt;I create a job and connect to &lt;A href="http://www.yahoo.com" target="_blank" rel="nofollow noopener noreferrer"&gt;www.yahoo.com&lt;/A&gt; successfully.&lt;BR /&gt;tREST--&amp;gt;tLogRow.&lt;BR /&gt;Could you show me the URL?&lt;BR /&gt;The exception is "time out". I guess maybe there is something wrong with your network.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Fri, 16 Mar 2012 09:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Make-request-to-a-rest-API/m-p/2354969#M120822</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-16T09:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Make request to a rest API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Make-request-to-a-rest-API/m-p/2354970#M120823</link>
      <description>The URL that I've used is: "&lt;A href="http://finance.yahoo.com/d/quotes.csv?s=GOOG+AAPL&amp;amp;f=snl1" rel="nofollow noopener noreferrer"&gt;http://finance.yahoo.com/d/quotes.csv?s=GOOG+AAPL&amp;amp;f=snl1&lt;/A&gt;" and Can you guess some posssible error in my configuration?&lt;BR /&gt;Thanks&amp;amp;Regards&lt;BR /&gt;Ivan</description>
      <pubDate>Fri, 16 Mar 2012 10:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Make-request-to-a-rest-API/m-p/2354970#M120823</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-16T10:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Make request to a rest API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Make-request-to-a-rest-API/m-p/2354971#M120824</link>
      <description>I think the problem is that I amrunning through a proxy, how can I configure my job for use tRest component? I'm trying to use tSet Proxy but it doesn't work.&lt;BR /&gt;Thanks&amp;amp;Regards&lt;BR /&gt;Ivan</description>
      <pubDate>Fri, 16 Mar 2012 12:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Make-request-to-a-rest-API/m-p/2354971#M120824</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-16T12:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Make request to a rest API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Make-request-to-a-rest-API/m-p/2354972#M120825</link>
      <description>Hi all,&lt;BR /&gt;Now I'm sure that the problem is that I'm working behind a proxy, because from my house (without proxy) it's works ok¡, anybody knows how to configure talend for connecting through a proxy, for using tRest component?&lt;BR /&gt;Thanks to all&lt;BR /&gt;Ivan</description>
      <pubDate>Tue, 20 Mar 2012 08:10:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Make-request-to-a-rest-API/m-p/2354972#M120825</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-20T08:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Make request to a rest API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Make-request-to-a-rest-API/m-p/2354973#M120826</link>
      <description>Hi Ivan&lt;BR /&gt;tSetProxy--OnComponentOk--&amp;gt;tRest&lt;BR /&gt;Did you encounter any error?&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 20 Mar 2012 08:39:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Make-request-to-a-rest-API/m-p/2354973#M120826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-20T08:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Make request to a rest API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Make-request-to-a-rest-API/m-p/2354974#M120827</link>
      <description>Hi Pedro&lt;BR /&gt;I have tried it and I hadn't found any error. Only the time out in the tRest component.&lt;BR /&gt;Regards,&lt;BR /&gt;Ivan</description>
      <pubDate>Tue, 20 Mar 2012 09:29:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Make-request-to-a-rest-API/m-p/2354974#M120827</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-20T09:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Make request to a rest API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Make-request-to-a-rest-API/m-p/2354975#M120828</link>
      <description>Hi&lt;BR /&gt;I have solved my problems with the proxy, but now I always receive a 401 response, I think is a problem with Autentication, how can I configure tRest authorization?&lt;BR /&gt;Thanks&lt;BR /&gt;Ivan</description>
      <pubDate>Fri, 23 Mar 2012 12:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Make-request-to-a-rest-API/m-p/2354975#M120828</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-23T12:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Make request to a rest API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Make-request-to-a-rest-API/m-p/2354976#M120829</link>
      <description>If you're using basic authentication, you'll add an HTTP Header called "Authorization" in the tRest configuration. The value for Authorization will be the string "Basic " (note the space after 'c') followed by a base64 encoded username 
&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;assword value. Linux has a command base64 which will encode standard input or a file. 
&lt;BR /&gt;For example 
&lt;BR /&gt;Http Headers: 
&lt;BR /&gt;name value 
&lt;BR /&gt;"Authorization" "Basic OIhagjaphipagiyq=="</description>
      <pubDate>Fri, 23 Mar 2012 13:32:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Make-request-to-a-rest-API/m-p/2354976#M120829</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-23T13:32:54Z</dc:date>
    </item>
  </channel>
</rss>

