<?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: How to call REST web service and get response in talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363121#M127093</link>
    <description>Hi&amp;nbsp;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;rhall_2.0,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="2"&gt;How to supply JSON as a String input?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
    <pubDate>Wed, 01 Jul 2015 15:05:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-01T15:05:05Z</dc:date>
    <item>
      <title>How to call REST web service and get response in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363117#M127089</link>
      <description>I have REST web Service URL-&amp;nbsp;http://XYZ:8080/WebApp/search/service
&lt;BR /&gt;If I send following json format data using Advanced Rest Client(Chrome-extension) then I get O/p as below-
&lt;BR /&gt;
&lt;B&gt;Input-&lt;/B&gt;&amp;nbsp;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "query": {
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "text": "i lOVE inDIA",
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "service": 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; }
&lt;BR /&gt;}
&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Output-&lt;/B&gt;
&lt;BR /&gt;
&lt;B&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/B&gt; {
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -response: {
&lt;BR /&gt;-pos: 
&lt;BR /&gt;-0: &amp;nbsp;{
&lt;BR /&gt;text: "lOVE"
&lt;BR /&gt;type: "JJ"
&lt;BR /&gt;pos: "ADJECTIVE"
&lt;BR /&gt;}
&lt;BR /&gt;-1: &amp;nbsp;{
&lt;BR /&gt;text: "inDIA"
&lt;BR /&gt;type: "NN"
&lt;BR /&gt;pos: "NOUN"
&lt;BR /&gt;}
&lt;BR /&gt;-2: &amp;nbsp;{
&lt;BR /&gt;text: "lOVE inDIA"
&lt;BR /&gt;type: ""
&lt;BR /&gt;pos: "NOUN"
&lt;BR /&gt;}
&lt;BR /&gt;}
&lt;BR /&gt;}
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="#000000"&gt;&lt;FONT face="monospace"&gt;&lt;FONT size="2"&gt;I tried with tRestClient but not get succeeded.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#000000"&gt;&lt;FONT face="monospace"&gt;&lt;FONT size="2"&gt;How to implement it in Talend5.6.1&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 30 Jun 2015 14:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363117#M127089</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-30T14:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to call REST web service and get response in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363118#M127090</link>
      <description>I too, never got tRestClient to work for a RESTful call. However, I can successfully perform a REST call with the tREST component. I set the URL up as a context value and ensure that my input is in the appropriate JSON structure. Make sure to specify the HTTP Header of "Content-Type" to the value of "application/json".&amp;nbsp;&lt;BR /&gt;If you manage to get the tRestClient component working, please let me know as I'd much prefer to use that instead.</description>
      <pubDate>Tue, 30 Jun 2015 14:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363118#M127090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-30T14:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to call REST web service and get response in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363119#M127091</link>
      <description>With the tRESTClient component, you need to specify the Content Type and Accept Type correctly and also supply the JSON to the "string" input column and not the "body" input. That is the mistake that I have seen most when trying to get it to work with JSON</description>
      <pubDate>Tue, 30 Jun 2015 14:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363119#M127091</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-30T14:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to call REST web service and get response in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363120#M127092</link>
      <description>For output as JSON, set the Accept Type as "any". For some reason setting it to JSON converts it to XML. Not sure why, but I just remembered this.</description>
      <pubDate>Tue, 30 Jun 2015 14:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363120#M127092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-30T14:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to call REST web service and get response in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363121#M127093</link>
      <description>Hi&amp;nbsp;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;rhall_2.0,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="2"&gt;How to supply JSON as a String input?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 01 Jul 2015 15:05:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363121#M127093</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-01T15:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to call REST web service and get response in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363122#M127094</link>
      <description>The tRESTClient component has an input schema with two columns; body and string. You need to supply the JSON to the string column and not the body column.</description>
      <pubDate>Wed, 01 Jul 2015 15:24:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363122#M127094</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-01T15:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to call REST web service and get response in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363123#M127095</link>
      <description>Hi rhall_2.0, 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Thanks for reply, I am just no understanding how to give json input to String column. 
&lt;BR /&gt;Please find attached screenshot. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAse.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153509i85AE8DE5FF6CB6D6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAse.png" alt="0683p000009MAse.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 01 Jul 2015 16:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363123#M127095</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-01T16:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to call REST web service and get response in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363124#M127096</link>
      <description>If you have your JSON already formatted, just create a tFixedFlowInput component and connect it to the tRESTClient component. It will ask &amp;nbsp;"Do you want to get the schema of the target component?". Click OK. Then populate the "string" column in the tFixedFlowInput component with your JSON. Either as a String surrounded with quotes or using a context variable.&lt;BR /&gt;This is a basic way of doing it. All you have to do is make sure that the component that feeds the tRESTClient component has a schema of "body" and "string", and the JSON code must be passed to the "string" column.</description>
      <pubDate>Wed, 01 Jul 2015 16:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363124#M127096</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-01T16:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to call REST web service and get response in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363125#M127097</link>
      <description>Thanks for helping, 
&lt;BR /&gt;Yes I have formatted JSON but then also I am not able to recognize how to implement it. 
&lt;BR /&gt;I have connected&amp;nbsp; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tFixedFlowInput to&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tRESTClient, but where to give JSON data?&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;should I use tFileInputJson Component for that?&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt;Please find screenshot &amp;amp; Suggest me. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MArS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139737i7BF86C9FE89AE59A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MArS.png" alt="0683p000009MArS.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MArS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139737i7BF86C9FE89AE59A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MArS.png" alt="0683p000009MArS.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 01 Jul 2015 17:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363125#M127097</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-01T17:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to call REST web service and get response in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363126#M127098</link>
      <description>There should be two columns in the tFixedFlowInput component if you connected it as I described. You only have the "string" column. Delete it and add it again and then click "OK" when the &amp;nbsp;"Do you want to get the schema of the target component?" message appears.
&lt;BR /&gt;The next bit is a little harder. You actually put the JSON code where it needs to be, but it must be formatted as a Java string. If you wanted to send ....
&lt;BR /&gt;
&lt;BR /&gt;Hello, my name is Richard&amp;nbsp;
&lt;BR /&gt;....as a Java String in this column, you would send it as follows.....
&lt;BR /&gt;"Hello, my name is Richard"
&lt;BR /&gt;
&lt;BR /&gt;It must be enclosed in quotes. However, your JSON string has quotes in it. So these need to be escaped. To escape a quote in Java you put a \ before the quote. So, the following JSON string .....
&lt;BR /&gt;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "query": {
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "text": "i lOVE inDIA",
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "service": 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; }
&lt;BR /&gt;}
&lt;BR /&gt;..... would be represented as....
&lt;BR /&gt;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "{ \"query\": { \"text\": \"i lOVE inDIA\",\"service\": }}"
&lt;BR /&gt;Ideally, you would let Talend build your JSON and then you would not need to worry about this.&amp;nbsp;</description>
      <pubDate>Thu, 02 Jul 2015 00:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363126#M127098</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-02T00:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to call REST web service and get response in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363127#M127099</link>
      <description>Thank you so much rhall_2.0 It's working now with&amp;nbsp; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tRESTClient.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Please find scrrenshot for detail info.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAUn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143490iD57BB1786B92A0D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAUn.png" alt="0683p000009MAUn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 02 Jul 2015 06:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363127#M127099</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-02T06:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to call REST web service and get response in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363128#M127100</link>
      <description>Glad I could be of assistance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Thu, 02 Jul 2015 09:13:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363128#M127100</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-02T09:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to call REST web service and get response in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363129#M127101</link>
      <description>Hi rhall, 
&lt;BR /&gt;One more doubt...Now I got response in string(json/xml). but how to extract particular tag's data from that string on the fly? 
&lt;BR /&gt;eg- 
&lt;BR /&gt;Input- 
&lt;BR /&gt;{ 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "query": { 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "text": "i lOVE inDIA", 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "service": 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; } 
&lt;BR /&gt;} 
&lt;BR /&gt;Output- 
&lt;BR /&gt;{"response":{"ner":}]}} 
&lt;BR /&gt;now here I want only PERSON from response string, so how to extract that?</description>
      <pubDate>Fri, 03 Jul 2015 11:45:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363129#M127101</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-03T11:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to call REST web service and get response in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363130#M127102</link>
      <description>Use the tExtractJSONFields component. You will need to look at the documentation for this as it is not always very straight forward working with the tExtract components.</description>
      <pubDate>Fri, 03 Jul 2015 12:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363130#M127102</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-03T12:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to call REST web service and get response in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363131#M127103</link>
      <description>Hi rhall, 
&lt;BR /&gt;I have scenario like below- 
&lt;BR /&gt;col1 &amp;nbsp; col2 
&lt;BR /&gt;1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a 
&lt;BR /&gt;1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;b 
&lt;BR /&gt;1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;c 
&lt;BR /&gt;2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;p 
&lt;BR /&gt;2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;q 
&lt;BR /&gt;3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;x 
&lt;BR /&gt;3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;y 
&lt;BR /&gt;3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;z 
&lt;BR /&gt;I want Output as- 
&lt;BR /&gt;col1 &amp;nbsp; col2 
&lt;BR /&gt;1 &amp;nbsp; &amp;nbsp; &amp;nbsp; array={a,b,c} 
&lt;BR /&gt;2 &amp;nbsp; &amp;nbsp; &amp;nbsp; array={p,q} 
&lt;BR /&gt;3 &amp;nbsp; &amp;nbsp; &amp;nbsp; array={x,y,z} 
&lt;BR /&gt;I want to store col2 in array object for that i follow above instruction given by Link- 
&lt;A href="https://www.talendforge.org/forum/viewt" rel="nofollow noopener noreferrer"&gt;https://www.talendforge.org/forum/viewt&lt;/A&gt; … 81#p165081. 
&lt;BR /&gt;but I am getting O/P like below- 
&lt;BR /&gt;col1 &amp;nbsp; col2 
&lt;BR /&gt;1 &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;A&gt;&lt;BR /&gt;1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;BR /&gt;1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;BR /&gt;2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;BR /&gt;2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;BR /&gt;3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;BR /&gt;3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;BR /&gt;3 &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/A&gt;</description>
      <pubDate>Mon, 06 Jul 2015 15:35:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-REST-web-service-and-get-response-in-talend/m-p/2363131#M127103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-06T15:35:25Z</dc:date>
    </item>
  </channel>
</rss>

