<?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] tRESTResponse returning 404 when no records found in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349887#M116804</link>
    <description>I'm afraid globalMap variables don't work like that. You either need to set them in Java code or using the tFlowToIterate or tSetGlobVar components.&amp;nbsp;
&lt;BR /&gt;You can achieve your goal using the tFilterRow solution I suggested earlier. You simply need to set a boolean (or something else) in your tXMLMap to indicate the status of your FilmId query. Then pass that status out with the body Document. If the boolean is true, then filter it to go to the tRESTResponse with code 200, if it is false filter it to go to the tRESTResponse with code 404.
&lt;BR /&gt;From memory, I believe you are sending the FilmId to the child job to be used in the tMySQLInput query. If you engineer that query so that it will always return a row regardless of whether the film is found or not, you can use the response in your tXMLMap to decide whether it is successful or not. Use that logic to set the boolean. Then, instead of having more than one output from the tXMLMap, have one output with the success/failure flag. Use that column with the tFilterRow component and then just map the filter/reject outputs to the appropriate tRESTResponse.</description>
    <pubDate>Mon, 08 Jun 2015 14:56:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-08T14:56:19Z</dc:date>
    <item>
      <title>[resolved] tRESTResponse returning 404 when no records found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349880#M116797</link>
      <description>Hi all,&amp;nbsp; 
&lt;BR /&gt;I want to have multiple tRestResponse component for each of my sujobs: &amp;nbsp;if a record exists in my db, I should have a 200 http status code, else, it should be &amp;nbsp;404. 
&lt;BR /&gt;T tried a little thing (please find attached the screenshots) but I'm always having a 404 http status code.&amp;nbsp; 
&lt;BR /&gt;thank you for your help 
&lt;BR /&gt;Cheers 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/288558/parrent.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDu3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128579i99F27D50E8684B11/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDu3.png" alt="0683p000009MDu3.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/288558/txmlmap.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDbr.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154336i98EB0A57399A3274/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDbr.png" alt="0683p000009MDbr.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/288558/soap.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDhC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145213iC70A2EB89B55A034/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDhC.png" alt="0683p000009MDhC.png" /&gt;&lt;/span&gt;&lt;/A&gt;</description>
      <pubDate>Mon, 08 Jun 2015 10:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349880#M116797</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-08T10:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tRESTResponse returning 404 when no records found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349881#M116798</link>
      <description>*I tried to print the value of the&amp;nbsp;((Boolean)globalMap.get("FilmId")); it's always NULL !! 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/288558/tjava.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDcL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141524i5C743D5C109A1F2C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDcL.png" alt="0683p000009MDcL.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/288558/tjava1.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDu8.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158051i121284F507B6CF13/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDu8.png" alt="0683p000009MDu8.png" /&gt;&lt;/span&gt; &lt;/A&gt;</description>
      <pubDate>Mon, 08 Jun 2015 10:54:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349881#M116798</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-08T10:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tRESTResponse returning 404 when no records found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349882#M116799</link>
      <description>Basically, the data flow goes to both of the tRESTReponse components whether there is anything to output or not. You need to filter the flow. 
&lt;BR /&gt;Try using a tFilterRow to send the the data to the 200 or 404 output. You can filter on the boolean that you are filtering in the tMap at the moment. See below... 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDlw.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152630i48D412DC88D042AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDlw.png" alt="0683p000009MDlw.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 08 Jun 2015 11:07:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349882#M116799</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-08T11:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tRESTResponse returning 404 when no records found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349883#M116800</link>
      <description>Well, if I filter on the boolean, I get a 500 server error on soap ui:&amp;nbsp; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/288558/boolean.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDez.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140582i6B6C76CCA37501A7/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDez.png" alt="0683p000009MDez.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/288558/booleanSoap.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDid.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148757i43B2E21C4F75D9CD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDid.png" alt="0683p000009MDid.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;BR /&gt;if I filter on the "film_id" that I want to retrieve, I get always a 404 status code,&amp;nbsp; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/288558/tfilterrow.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDuD.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145462i11D6BE8966C12EB3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDuD.png" alt="0683p000009MDuD.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/288558/film_idFilter.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDof.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153858iE13036D70F851C2C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDof.png" alt="0683p000009MDof.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;BR /&gt;and finally, if I remove the row "film_id" in the tfilterRow schema, I get always a 200 status code, even if the record doesn't exist in the db. 
&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 08 Jun 2015 13:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349883#M116800</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-08T13:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tRESTResponse returning 404 when no records found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349884#M116801</link>
      <description>That is because the Boolean you are passing back is actually NULL. Your problem looks like it is centred on the&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;((Boolean)globalMap.get("FilmId")) . &amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;How are you setting this value and in which Job (parent or child)?&amp;nbsp;</description>
      <pubDate>Mon, 08 Jun 2015 14:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349884#M116801</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-08T14:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tRESTResponse returning 404 when no records found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349885#M116802</link>
      <description>actually I thought it's a global variable that automatically stores the state of the excution of a component, for example, if my tRunJob &amp;nbsp;"FilmId" has been executed well, automatically ((Boolean)globalMap.get("FilmId)) would be true. So I haven't set that variable anywhere</description>
      <pubDate>Mon, 08 Jun 2015 14:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349885#M116802</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-08T14:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tRESTResponse returning 404 when no records found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349886#M116803</link>
      <description>The way I've been thinking the whole thing was wrong. The tests that I made, concern "whether the subjob was successfully completed or not", and it works if I see it that way.&amp;nbsp;&lt;BR /&gt;However, I don't want to test whether the job was successfull or not, I want to have &amp;nbsp;404 status error if the record I want to retrieve doesn't exist==&amp;gt; the job will be successfull but I'll have no results&amp;nbsp;&lt;BR /&gt;could you help me with this please&lt;BR /&gt;Thank you for your time</description>
      <pubDate>Mon, 08 Jun 2015 14:34:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349886#M116803</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-08T14:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tRESTResponse returning 404 when no records found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349887#M116804</link>
      <description>I'm afraid globalMap variables don't work like that. You either need to set them in Java code or using the tFlowToIterate or tSetGlobVar components.&amp;nbsp;
&lt;BR /&gt;You can achieve your goal using the tFilterRow solution I suggested earlier. You simply need to set a boolean (or something else) in your tXMLMap to indicate the status of your FilmId query. Then pass that status out with the body Document. If the boolean is true, then filter it to go to the tRESTResponse with code 200, if it is false filter it to go to the tRESTResponse with code 404.
&lt;BR /&gt;From memory, I believe you are sending the FilmId to the child job to be used in the tMySQLInput query. If you engineer that query so that it will always return a row regardless of whether the film is found or not, you can use the response in your tXMLMap to decide whether it is successful or not. Use that logic to set the boolean. Then, instead of having more than one output from the tXMLMap, have one output with the success/failure flag. Use that column with the tFilterRow component and then just map the filter/reject outputs to the appropriate tRESTResponse.</description>
      <pubDate>Mon, 08 Jun 2015 14:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349887#M116804</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-08T14:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tRESTResponse returning 404 when no records found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349888#M116805</link>
      <description>Okey, I'll work on it.&amp;nbsp;&lt;BR /&gt;I built the parent and the subjobs, but I can't access them from the browser; I get an "inaccessible web page", is that normal??!!&lt;BR /&gt;that wasn't the case when I had just one job..&amp;nbsp;</description>
      <pubDate>Mon, 08 Jun 2015 15:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349888#M116805</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-08T15:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tRESTResponse returning 404 when no records found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349889#M116806</link>
      <description>That doesn't sound right, but I'm confused by the use of a browser?? If you meant you are having issues opening the Job in the Studio, just restart the Studio. It can be a bit quirky sometimes, especially if it has been left on for a while.</description>
      <pubDate>Mon, 08 Jun 2015 16:21:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349889#M116806</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-08T16:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tRESTResponse returning 404 when no records found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349890#M116807</link>
      <description>No, I mean that my Rest Service is no longer accessible via google Chrome using : "http://localhost:8184/getActors"&amp;nbsp; 
&lt;BR /&gt;When I execute my service via the studio, I can retrieve my data using the URL above, but when I &amp;nbsp;build them (the parent and the subjobs), all I get is:&amp;nbsp; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/288558/hrom.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDuI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128780iEFA64B4F10C83E7D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDuI.png" alt="0683p000009MDuI.png" /&gt;&lt;/span&gt; &lt;/A&gt;</description>
      <pubDate>Mon, 08 Jun 2015 16:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349890#M116807</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-08T16:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tRESTResponse returning 404 when no records found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349891#M116808</link>
      <description>even in soap ui I can't access the service!!! 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/288558/missing.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDoq.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154233i9E999ED913EB3CB7/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDoq.png" alt="0683p000009MDoq.png" /&gt;&lt;/span&gt; &lt;/A&gt;</description>
      <pubDate>Mon, 08 Jun 2015 16:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349891#M116808</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-08T16:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tRESTResponse returning 404 when no records found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349892#M116809</link>
      <description>Ah, check that the service is actually running. Sometimes ports an become locked and you either need to change the port, restart your machine or just restart Talend.&amp;nbsp;</description>
      <pubDate>Mon, 08 Jun 2015 16:40:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349892#M116809</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-08T16:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tRESTResponse returning 404 when no records found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349893#M116810</link>
      <description>Oh, I restarted Karaf and TOS and it's perfectly working. :-)
&lt;BR /&gt;thank you veery much ^^</description>
      <pubDate>Mon, 08 Jun 2015 16:48:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349893#M116810</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-08T16:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tRESTResponse returning 404 when no records found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349894#M116811</link>
      <description>Be careful if you are running the same service in your Karaf and your Studio at the same time. Ideally, you will only have it running in your Studio until you get these issues resolved, then put it in your Karaf to be tested there. Services tend to run slightly differently between the Studio and the Karaf as the Studio does not actually run its own Karaf, it emulates it.&amp;nbsp;</description>
      <pubDate>Mon, 08 Jun 2015 17:32:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349894#M116811</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-08T17:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tRESTResponse returning 404 when no records found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349895#M116812</link>
      <description>Thank you for those explanations.&amp;nbsp; 
&lt;BR /&gt;Concerning the error code, I was inspired by your hint; instead of creating and setting a global variable in my tXmlMap, I just created a new variable in the output, and mapped it with the "film_id", I recovered the hole schema in the parent job and filtered on that new variable in the tFilterRow.&amp;nbsp; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/288558/txmlmap_20150609-1025.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDtG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128284i665C43E76B932516/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDtG.png" alt="0683p000009MDtG.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/288558/tfilterRow.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDuD.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145462i11D6BE8966C12EB3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDuD.png" alt="0683p000009MDuD.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/288558/soap_20150609-1025.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDuN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143265iA2F6CAA4B88AB795/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDuN.png" alt="0683p000009MDuN.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/288558/soap200.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDuS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141764i9E1F6F09948BD540/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDuS.png" alt="0683p000009MDuS.png" /&gt;&lt;/span&gt;&lt;/A&gt; 
&lt;BR /&gt;I would like to know if it's a proper way to behave.&amp;nbsp; 
&lt;BR /&gt;Cheers&amp;nbsp;</description>
      <pubDate>Tue, 09 Jun 2015 09:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349895#M116812</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-09T09:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tRESTResponse returning 404 when no records found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349896#M116813</link>
      <description>What you have done looks OK and if it does what you expect, it is behaving properly &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Tue, 09 Jun 2015 10:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349896#M116813</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-09T10:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tRESTResponse returning 404 when no records found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349897#M116814</link>
      <description>Problem solved then 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133049iD780B7DE0116E4D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACJ.png" alt="0683p000009MACJ.png" /&gt;&lt;/span&gt;&amp;nbsp;thank you&amp;nbsp;</description>
      <pubDate>Tue, 09 Jun 2015 10:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTResponse-returning-404-when-no-records-found/m-p/2349897#M116814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-09T10:29:39Z</dc:date>
    </item>
  </channel>
</rss>

