<?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 SOAP-request against Riksbanken doesn´t work in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SOAP-request-against-Riksbanken-doesn-t-work/m-p/418520#M102818</link>
    <description>&lt;P&gt;I´m trying to get some exchange-rates from the "Riksbanken" see &amp;lt;&lt;A href="https://swea.riksbank.se/sweaWS/docs/api/index.htm" target="_blank"&gt;https://swea.riksbank.se/sweaWS/docs/api/index.htm&lt;/A&gt;&amp;gt;. I´m doing this with the following code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;filename request "%sysfunc(getoption(work))\request.xml";&lt;BR /&gt;filename response "%sysfunc(getoption(work))\response.xml";&lt;/P&gt;
&lt;P&gt;data _null_;&lt;BR /&gt; file request;&lt;BR /&gt; input;&lt;BR /&gt; put _infile_;&lt;BR /&gt; datalines4;&lt;BR /&gt;&amp;lt;soap:Envelope xmlns:soap="&lt;A href="http://www.w3.org/2003/05/soap-envelope" target="_blank"&gt;http://www.w3.org/2003/05/soap-envelope&lt;/A&gt;" xmlns:xsd="&lt;A href="http://swea.riksbank.se/xsd" target="_blank"&gt;http://swea.riksbank.se/xsd&lt;/A&gt;"&amp;gt;&lt;BR /&gt; &amp;lt;soap:Header/&amp;gt;&lt;BR /&gt; &amp;lt;soap:Body&amp;gt;&lt;BR /&gt; &amp;lt;xsd:getInterestAndExchangeRates&amp;gt;&lt;BR /&gt; &amp;lt;searchRequestParameters&amp;gt;&lt;BR /&gt; &amp;lt;aggregateMethod&amp;gt;W&amp;lt;/aggregateMethod&amp;gt;&lt;BR /&gt; &amp;lt;datefrom&amp;gt;2017-01-01&amp;lt;/datefrom&amp;gt;&lt;BR /&gt; &amp;lt;dateto&amp;gt;2017-02-01&amp;lt;/dateto&amp;gt;&lt;BR /&gt; &amp;lt;languageid&amp;gt;en&amp;lt;/languageid&amp;gt;&lt;BR /&gt; &amp;lt;min&amp;gt;false&amp;lt;/min&amp;gt;&lt;BR /&gt; &amp;lt;avg&amp;gt;true&amp;lt;/avg&amp;gt;&lt;BR /&gt; &amp;lt;max&amp;gt;true&amp;lt;/max&amp;gt;&lt;BR /&gt; &amp;lt;ultimo&amp;gt;false&amp;lt;/ultimo&amp;gt;&lt;BR /&gt; &amp;lt;!--1 or more repetitions:--&amp;gt;&lt;BR /&gt; &amp;lt;searchGroupSeries&amp;gt;&lt;BR /&gt; &amp;lt;groupid&amp;gt;6&amp;lt;/groupid&amp;gt;&lt;BR /&gt; &amp;lt;seriesid&amp;gt;SETB1MBENCHC&amp;lt;/seriesid&amp;gt;&lt;BR /&gt; &amp;lt;/searchGroupSeries&amp;gt;&lt;BR /&gt; &amp;lt;/searchRequestParameters&amp;gt;&lt;BR /&gt; &amp;lt;/xsd:getInterestAndExchangeRates&amp;gt;&lt;BR /&gt; &amp;lt;/soap:Body&amp;gt;&lt;BR /&gt;&amp;lt;/soap:Envelope&amp;gt;&lt;BR /&gt;;;;;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;%let request=request;&lt;BR /&gt;%let response=response;&lt;BR /&gt;proc soap&lt;BR /&gt;in=&amp;amp;request&lt;BR /&gt;out=&amp;amp;response&lt;BR /&gt;url="&lt;A href="https://swea.riksbank.se:443/sweaWS/services/SweaWebServiceHttpSoap12Endpoint" target="_blank"&gt;https://swea.riksbank.se:443/sweaWS/services/SweaWebServiceHttpSoap12Endpoint&lt;/A&gt;";&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error code that is returend "403" is stated to be due to wrong parameters - but when I tried in another tool - the same soap request worked fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help is appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Dec 2017 16:12:32 GMT</pubDate>
    <dc:creator>MagnusGustavsson</dc:creator>
    <dc:date>2017-12-05T16:12:32Z</dc:date>
    <item>
      <title>SOAP-request against Riksbanken doesn´t work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SOAP-request-against-Riksbanken-doesn-t-work/m-p/418520#M102818</link>
      <description>&lt;P&gt;I´m trying to get some exchange-rates from the "Riksbanken" see &amp;lt;&lt;A href="https://swea.riksbank.se/sweaWS/docs/api/index.htm" target="_blank"&gt;https://swea.riksbank.se/sweaWS/docs/api/index.htm&lt;/A&gt;&amp;gt;. I´m doing this with the following code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;filename request "%sysfunc(getoption(work))\request.xml";&lt;BR /&gt;filename response "%sysfunc(getoption(work))\response.xml";&lt;/P&gt;
&lt;P&gt;data _null_;&lt;BR /&gt; file request;&lt;BR /&gt; input;&lt;BR /&gt; put _infile_;&lt;BR /&gt; datalines4;&lt;BR /&gt;&amp;lt;soap:Envelope xmlns:soap="&lt;A href="http://www.w3.org/2003/05/soap-envelope" target="_blank"&gt;http://www.w3.org/2003/05/soap-envelope&lt;/A&gt;" xmlns:xsd="&lt;A href="http://swea.riksbank.se/xsd" target="_blank"&gt;http://swea.riksbank.se/xsd&lt;/A&gt;"&amp;gt;&lt;BR /&gt; &amp;lt;soap:Header/&amp;gt;&lt;BR /&gt; &amp;lt;soap:Body&amp;gt;&lt;BR /&gt; &amp;lt;xsd:getInterestAndExchangeRates&amp;gt;&lt;BR /&gt; &amp;lt;searchRequestParameters&amp;gt;&lt;BR /&gt; &amp;lt;aggregateMethod&amp;gt;W&amp;lt;/aggregateMethod&amp;gt;&lt;BR /&gt; &amp;lt;datefrom&amp;gt;2017-01-01&amp;lt;/datefrom&amp;gt;&lt;BR /&gt; &amp;lt;dateto&amp;gt;2017-02-01&amp;lt;/dateto&amp;gt;&lt;BR /&gt; &amp;lt;languageid&amp;gt;en&amp;lt;/languageid&amp;gt;&lt;BR /&gt; &amp;lt;min&amp;gt;false&amp;lt;/min&amp;gt;&lt;BR /&gt; &amp;lt;avg&amp;gt;true&amp;lt;/avg&amp;gt;&lt;BR /&gt; &amp;lt;max&amp;gt;true&amp;lt;/max&amp;gt;&lt;BR /&gt; &amp;lt;ultimo&amp;gt;false&amp;lt;/ultimo&amp;gt;&lt;BR /&gt; &amp;lt;!--1 or more repetitions:--&amp;gt;&lt;BR /&gt; &amp;lt;searchGroupSeries&amp;gt;&lt;BR /&gt; &amp;lt;groupid&amp;gt;6&amp;lt;/groupid&amp;gt;&lt;BR /&gt; &amp;lt;seriesid&amp;gt;SETB1MBENCHC&amp;lt;/seriesid&amp;gt;&lt;BR /&gt; &amp;lt;/searchGroupSeries&amp;gt;&lt;BR /&gt; &amp;lt;/searchRequestParameters&amp;gt;&lt;BR /&gt; &amp;lt;/xsd:getInterestAndExchangeRates&amp;gt;&lt;BR /&gt; &amp;lt;/soap:Body&amp;gt;&lt;BR /&gt;&amp;lt;/soap:Envelope&amp;gt;&lt;BR /&gt;;;;;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;%let request=request;&lt;BR /&gt;%let response=response;&lt;BR /&gt;proc soap&lt;BR /&gt;in=&amp;amp;request&lt;BR /&gt;out=&amp;amp;response&lt;BR /&gt;url="&lt;A href="https://swea.riksbank.se:443/sweaWS/services/SweaWebServiceHttpSoap12Endpoint" target="_blank"&gt;https://swea.riksbank.se:443/sweaWS/services/SweaWebServiceHttpSoap12Endpoint&lt;/A&gt;";&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error code that is returend "403" is stated to be due to wrong parameters - but when I tried in another tool - the same soap request worked fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help is appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 16:12:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SOAP-request-against-Riksbanken-doesn-t-work/m-p/418520#M102818</guid>
      <dc:creator>MagnusGustavsson</dc:creator>
      <dc:date>2017-12-05T16:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP-request against Riksbanken doesn´t work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SOAP-request-against-Riksbanken-doesn-t-work/m-p/418608#M102858</link>
      <description>&lt;P&gt;Run your code with the DEBUG= option, see below&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc soap
in=request
out=response
url="https://swea.riksbank.se:443/sweaWS/services/SweaWebServiceHttpSoap12Endpoint"
debug="c:\temp\soap.txt"
;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;According to the doc you also need tp specify some options to make the HTTPS protocol work, see here&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?cdcId=pgmmvacdc&amp;amp;cdcVersion=9.4&amp;amp;docsetId=proc&amp;amp;docsetTarget=n0ugstrmu2wfrqn1dinivtz4cwh8.htm&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?cdcId=pgmmvacdc&amp;amp;cdcVersion=9.4&amp;amp;docsetId=proc&amp;amp;docsetTarget=n0ugstrmu2wfrqn1dinivtz4cwh8.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 21:31:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SOAP-request-against-Riksbanken-doesn-t-work/m-p/418608#M102858</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2017-12-05T21:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP-request against Riksbanken doesn´t work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SOAP-request-against-Riksbanken-doesn-t-work/m-p/418739#M102887</link>
      <description>&lt;P&gt;Hi and thanks for the reply.&lt;/P&gt;
&lt;P&gt;There´s also an other url that can be used without https - "&lt;A href="http://swea.riksbank.se:80/sweaWS/services/SweaWebServiceHttpSoap12Endpoint" target="_blank"&gt;http://swea.riksbank.se:80/sweaWS/services/SweaWebServiceHttpSoap12Endpoint&lt;/A&gt;".&lt;/P&gt;
&lt;P&gt;I tried that also but the same error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the debug log I can see the following information:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2017-12-06 10:49:18,679 DEBUG [httpclient.wire.header] &amp;lt;&amp;lt; "HTTP/1.1 403 Forbidden[\r][\n]"&lt;BR /&gt;2017-12-06 10:49:18,679 DEBUG [httpclient.wire.header] &amp;lt;&amp;lt; "HTTP/1.1 403 Forbidden[\r][\n]"&lt;BR /&gt;2017-12-06 10:49:18,679 DEBUG [httpclient.wire.header] &amp;lt;&amp;lt; "Date: Wed, 06 Dec 2017 09:49:18 GMT[\r][\n]"&lt;BR /&gt;2017-12-06 10:49:18,679 DEBUG [httpclient.wire.header] &amp;lt;&amp;lt; "Server: Apache[\r][\n]"&lt;BR /&gt;2017-12-06 10:49:18,679 DEBUG [httpclient.wire.header] &amp;lt;&amp;lt; "Content-Length: 257[\r][\n]"&lt;BR /&gt;2017-12-06 10:49:18,680 DEBUG [httpclient.wire.header] &amp;lt;&amp;lt; "Content-Type: text/html; charset=iso-8859-1[\r][\n]"&lt;BR /&gt;2017-12-06 10:49:18,680 DEBUG [httpclient.wire.header] &amp;lt;&amp;lt; "[\r][\n]"&lt;BR /&gt;2017-12-06 10:49:18,680 DEBUG [httpclient.wire.content] &amp;lt;&amp;lt; "&amp;lt;!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"&amp;gt;[\n]"&lt;BR /&gt;2017-12-06 10:49:18,680 DEBUG [httpclient.wire.content] &amp;lt;&amp;lt; "&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;[\n]"&lt;BR /&gt;2017-12-06 10:49:18,680 DEBUG [httpclient.wire.content] &amp;lt;&amp;lt; "&amp;lt;title&amp;gt;403 Forbidden&amp;lt;/title&amp;gt;[\n]"&lt;BR /&gt;2017-12-06 10:49:18,680 DEBUG [httpclient.wire.content] &amp;lt;&amp;lt; "&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;[\n]"&lt;BR /&gt;2017-12-06 10:49:18,680 DEBUG [httpclient.wire.content] &amp;lt;&amp;lt; "&amp;lt;h1&amp;gt;Forbidden&amp;lt;/h1&amp;gt;[\n]"&lt;BR /&gt;2017-12-06 10:49:18,680 DEBUG [httpclient.wire.content] &amp;lt;&amp;lt; "&amp;lt;p&amp;gt;You don't have permission to access /sweaWS/services/SweaWebServiceHttpSoap12Endpoint[\n]"&lt;BR /&gt;2017-12-06 10:49:18,680 DEBUG [httpclient.wire.content] &amp;lt;&amp;lt; "on this server.&amp;lt;br /&amp;gt;[\n]"&lt;BR /&gt;2017-12-06 10:49:18,680 DEBUG [httpclient.wire.content] &amp;lt;&amp;lt; "&amp;lt;/p&amp;gt;[\n]"&lt;BR /&gt;2017-12-06 10:49:18,680 DEBUG [httpclient.wire.content] &amp;lt;&amp;lt; "&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;[\n]"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But as I mentioned above - it works fine to fetch from other tools than SAS...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 10:14:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SOAP-request-against-Riksbanken-doesn-t-work/m-p/418739#M102887</guid>
      <dc:creator>MagnusGustavsson</dc:creator>
      <dc:date>2017-12-06T10:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP-request against Riksbanken doesn´t work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SOAP-request-against-Riksbanken-doesn-t-work/m-p/418774#M102898</link>
      <description>&lt;P&gt;Does your network require a proxy server to get to the internet?&amp;nbsp; Usually this is handled automatically, with proxy scripts, from any browser-based tools. But SAS is its own HTTP client, and you might need to specify PROXYHOST= and related options on the PROC SOAP statement.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 12:41:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SOAP-request-against-Riksbanken-doesn-t-work/m-p/418774#M102898</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-12-06T12:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP-request against Riksbanken doesn´t work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SOAP-request-against-Riksbanken-doesn-t-work/m-p/419507#M103163</link>
      <description>&lt;P&gt;I suggest to contact SAS Technical Support&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suspect it has something to do with how Proc SOAP calls the web Service, SOAP 1.1 vs 1.2&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2017 09:21:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SOAP-request-against-Riksbanken-doesn-t-work/m-p/419507#M103163</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2017-12-08T09:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP-request against Riksbanken doesn´t work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SOAP-request-against-Riksbanken-doesn-t-work/m-p/419511#M103164</link>
      <description>&lt;P&gt;Hi Bruno,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;Yes I did that just now and I if they come up with a solution I will post it here for others to know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2017 09:31:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SOAP-request-against-Riksbanken-doesn-t-work/m-p/419511#M103164</guid>
      <dc:creator>MagnusGustavsson</dc:creator>
      <dc:date>2017-12-08T09:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP-request against Riksbanken doesn´t work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SOAP-request-against-Riksbanken-doesn-t-work/m-p/420086#M103353</link>
      <description>&lt;P&gt;This is now solved.&lt;/P&gt;
&lt;P&gt;The solution was to add a "soapaction" =&amp;gt;&amp;nbsp;&lt;STRONG&gt;soapaction="urn:getInterestAndExchangeRates"&lt;/STRONG&gt; and also to change the xmlns: so that the full request is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;soap:Envelope xmlns:soap="&lt;A href="http://schemas.xmlsoap.org/soap/envelope/" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;" xmlns:xsd="&lt;A href="http://swea.riksbank.se/xsd" target="_blank"&gt;http://swea.riksbank.se/xsd&lt;/A&gt;"&amp;gt;&lt;BR /&gt; &amp;lt;soap:Header/&amp;gt;&lt;BR /&gt; &amp;lt;soap:Body&amp;gt;&lt;BR /&gt; &amp;lt;xsd:getInterestAndExchangeRates&amp;gt;&lt;BR /&gt; &amp;lt;searchRequestParameters&amp;gt;&lt;BR /&gt; &amp;lt;aggregateMethod&amp;gt;W&amp;lt;/aggregateMethod&amp;gt;&lt;BR /&gt; &amp;lt;datefrom&amp;gt;2017-01-01&amp;lt;/datefrom&amp;gt;&lt;BR /&gt; &amp;lt;dateto&amp;gt;2017-12-01&amp;lt;/dateto&amp;gt;&lt;BR /&gt; &amp;lt;languageid&amp;gt;en&amp;lt;/languageid&amp;gt;&lt;BR /&gt; &amp;lt;min&amp;gt;false&amp;lt;/min&amp;gt;&lt;BR /&gt; &amp;lt;avg&amp;gt;true&amp;lt;/avg&amp;gt;&lt;BR /&gt; &amp;lt;max&amp;gt;true&amp;lt;/max&amp;gt;&lt;BR /&gt; &amp;lt;ultimo&amp;gt;false&amp;lt;/ultimo&amp;gt;&lt;BR /&gt; &amp;lt;!--1 or more repetitions:--&amp;gt;&lt;BR /&gt; &amp;lt;searchGroupSeries&amp;gt;&lt;BR /&gt; &amp;lt;groupid&amp;gt;6&amp;lt;/groupid&amp;gt;&lt;BR /&gt; &amp;lt;seriesid&amp;gt;SETB1MBENCHC&amp;lt;/seriesid&amp;gt;&lt;BR /&gt; &amp;lt;/searchGroupSeries&amp;gt;&lt;BR /&gt; &amp;lt;/searchRequestParameters&amp;gt;&lt;BR /&gt; &amp;lt;/xsd:getInterestAndExchangeRates&amp;gt;&lt;BR /&gt; &amp;lt;/soap:Body&amp;gt;&lt;BR /&gt;&amp;lt;/soap:Envelope&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;and proc soap code:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc soap &lt;BR /&gt;in=request&lt;BR /&gt;out=response&lt;BR /&gt;url="&lt;A href="https://swea.riksbank.se:443/sweaWS/services/SweaWebServiceHttpSoap12Endpoint" target="_blank"&gt;https://swea.riksbank.se:443/sweaWS/services/SweaWebServiceHttpSoap12Endpoint&lt;/A&gt;"&lt;BR /&gt;soapaction="urn:getInterestAndExchangeRates";&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2017 12:49:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SOAP-request-against-Riksbanken-doesn-t-work/m-p/420086#M103353</guid>
      <dc:creator>MagnusGustavsson</dc:creator>
      <dc:date>2017-12-11T12:49:12Z</dc:date>
    </item>
  </channel>
</rss>

