<?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 Production level use of tRESTClient in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Production-level-use-of-tRESTClient/m-p/2291654#M64810</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt; 
&lt;P&gt;I have used and using tRESTClient&amp;nbsp;for&amp;nbsp;all my API calls. Yet, I haven't found:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;1) How to&amp;nbsp;get rid of "SocketTimeoutException"?&lt;/P&gt; 
&lt;P&gt;I advanced settings it is advised to see the "Doc" for configuring runtime connection timeout. Which "doc" ?&amp;nbsp;Please, can I have the answer in this thread&amp;nbsp;(I am not the only one stumbling with this) instead of pointing to obscure link&amp;nbsp;telling about everything but the answer?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;2) How to catch exceptions in this component.&lt;/P&gt; 
&lt;P&gt;I'm using tJavaFlex in all my projects but I find this solution "not the Talend way".&amp;nbsp; How to use&amp;nbsp;tLogCatcher &amp;amp; co. in this particular situation? For the test, we can make a GET request to an unexisting URL and see what happens.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;NOTE: my job is exported as standalone&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks in advance for your time.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 07:51:36 GMT</pubDate>
    <dc:creator>navds</dc:creator>
    <dc:date>2024-11-16T07:51:36Z</dc:date>
    <item>
      <title>Production level use of tRESTClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Production-level-use-of-tRESTClient/m-p/2291654#M64810</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt; 
&lt;P&gt;I have used and using tRESTClient&amp;nbsp;for&amp;nbsp;all my API calls. Yet, I haven't found:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;1) How to&amp;nbsp;get rid of "SocketTimeoutException"?&lt;/P&gt; 
&lt;P&gt;I advanced settings it is advised to see the "Doc" for configuring runtime connection timeout. Which "doc" ?&amp;nbsp;Please, can I have the answer in this thread&amp;nbsp;(I am not the only one stumbling with this) instead of pointing to obscure link&amp;nbsp;telling about everything but the answer?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;2) How to catch exceptions in this component.&lt;/P&gt; 
&lt;P&gt;I'm using tJavaFlex in all my projects but I find this solution "not the Talend way".&amp;nbsp; How to use&amp;nbsp;tLogCatcher &amp;amp; co. in this particular situation? For the test, we can make a GET request to an unexisting URL and see what happens.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;NOTE: my job is exported as standalone&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks in advance for your time.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:51:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Production-level-use-of-tRESTClient/m-p/2291654#M64810</guid>
      <dc:creator>navds</dc:creator>
      <dc:date>2024-11-16T07:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Production level use of tRESTClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Production-level-use-of-tRESTClient/m-p/2291655#M64811</link>
      <description>Im using cUrl... I did use a lot of tRestClient ... cookies, oAuth2, certificates, etc...&lt;BR /&gt;</description>
      <pubDate>Sat, 04 Aug 2018 00:28:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Production-level-use-of-tRESTClient/m-p/2291655#M64811</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-08-04T00:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Production level use of tRESTClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Production-level-use-of-tRESTClient/m-p/2291656#M64812</link>
      <description>&lt;P&gt;Hi Dijke, Could you please share us your experience? I guess you use the tSystem component to call curl from the shell, isn't it ? Do you mean tRestClient is not a viable solution for real world applications ?&lt;/P&gt;</description>
      <pubDate>Sat, 04 Aug 2018 07:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Production-level-use-of-tRESTClient/m-p/2291656#M64812</guid>
      <dc:creator>navds</dc:creator>
      <dc:date>2018-08-04T07:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Production level use of tRESTClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Production-level-use-of-tRESTClient/m-p/2291657#M64813</link>
      <description>Yes, tSystem and catch the stdout.
&lt;BR /&gt;Not every scenario, but for the majority the tRestClient component is fine and will suit your need and is perfectly viable. Redirecting, oAuth, ssl certificates and cookies resulted in to much of a hazle.
&lt;BR /&gt;
&lt;BR /&gt;With cUrl Im in full control of my requests no limitations or workarounds.
&lt;BR /&gt;</description>
      <pubDate>Sat, 04 Aug 2018 10:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Production-level-use-of-tRESTClient/m-p/2291657#M64813</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-08-04T10:18:08Z</dc:date>
    </item>
  </channel>
</rss>

