<?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: SAS M7 Content Server validate gives SEVERE: Exception accessing https://... (Connection reset) in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-M7-Content-Server-validate-gives-SEVERE-Exception-accessing/m-p/932408#M28624</link>
    <description>Did you use the curl command above to ensure you're able to use the WebDAV access methods successfully?</description>
    <pubDate>Fri, 14 Jun 2024 13:32:56 GMT</pubDate>
    <dc:creator>gwootton</dc:creator>
    <dc:date>2024-06-14T13:32:56Z</dc:date>
    <item>
      <title>SAS M7 Content Server validate gives SEVERE: Exception accessing https://... (Connection reset)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-M7-Content-Server-validate-gives-SEVERE-Exception-accessing/m-p/745936#M22313</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just configured an 94M7 environment for a customer reverse proxy (F5) following instructions at&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/bicdc/9.4/bimtag/p0sxhuco18v167n13dsmnrfqv7yy.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/bicdc/9.4/bimtag/p0sxhuco18v167n13dsmnrfqv7yy.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I have done this many times before - with success - but this time I can't get it to work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Everything works well except for the SAS Content Server. Validating it from SAS Management Console gives an error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;[6/4/21 11:21 PM] INFO: Starting simple validation for WebDAV server (level 1) - ping
[6/4/21 11:21 PM] INFO: Ping successful!
[6/4/21 11:21 PM] INFO: Starting extended validation for WebDAV server (level 1) - Making a connection
[6/4/21 11:21 PM] INFO: Path: 'https://xxxxxxxxxxx:443/SASContentServer/repository/default/sasfolders/'
&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;[6/4/21 11:21 PM] SEVERE: Exception accessing https://xxxxxxxxxxxxxxxxx (Connection reset)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;I have not seen this error before. I can access the content server just fine from a web browser.&lt;/P&gt;
&lt;P&gt;No errors in SASContentServer log or SASServer1_1.log either. Also no hits on Google for this specific error.&lt;/P&gt;
&lt;P&gt;Any ideas?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Bart&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 22:06:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-M7-Content-Server-validate-gives-SEVERE-Exception-accessing/m-p/745936#M22313</guid>
      <dc:creator>bheinsius</dc:creator>
      <dc:date>2021-06-04T22:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS M7 Content Server validate gives SEVERE: Exception accessing https://... (Connection reset)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-M7-Content-Server-validate-gives-SEVERE-Exception-accessing/m-p/746246#M22338</link>
      <description>&lt;P&gt;Does your proxy permit the methods used by WebDAV described in the link (e.g. PROPFIND, PROPPATCH, MKCOL)? You could test this with curl:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;curl -X PROPFIND --user 'sasadm@saspw:password' http://mid.demo.sas.com:7980/SASContentServer/repository/default --upload-file - -H "Depth: 1" &amp;lt;&amp;lt;end
&amp;lt;?xml version="1.0"?&amp;gt;
&amp;lt;a:propfind xmlns:a="DAV:"&amp;gt;
&amp;lt;a:prop&amp;gt;&amp;lt;a:resourcetype/&amp;gt;&amp;lt;/a:prop&amp;gt;
&amp;lt;/a:propfind&amp;gt;
end&lt;/PRE&gt;</description>
      <pubDate>Mon, 07 Jun 2021 13:43:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-M7-Content-Server-validate-gives-SEVERE-Exception-accessing/m-p/746246#M22338</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-06-07T13:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS M7 Content Server validate gives SEVERE: Exception accessing https://... (Connection reset)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-M7-Content-Server-validate-gives-SEVERE-Exception-accessing/m-p/746330#M22348</link>
      <description>&lt;P&gt;Your curl command returns:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;curl: (7) couldn't connect to host&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where executing this with a connection to the original server returns HTTP/1.1 200 OK&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So indeed it seems like the F5 does not permit these methods, I will verify this with the F5 administrator, and let you know, thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 18:00:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-M7-Content-Server-validate-gives-SEVERE-Exception-accessing/m-p/746330#M22348</guid>
      <dc:creator>bheinsius</dc:creator>
      <dc:date>2021-06-07T18:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS M7 Content Server validate gives SEVERE: Exception accessing https://... (Connection reset)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-M7-Content-Server-validate-gives-SEVERE-Exception-accessing/m-p/932363#M28619</link>
      <description>&lt;P&gt;HI &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13625"&gt;@bheinsius&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for sharing the SAS Enterprise Miner 15.2 version issue, we are also encountering similar error in our SAS 9.4 M7 environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Was there any fix for the below issue.!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looking forward to your response.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 04:29:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-M7-Content-Server-validate-gives-SEVERE-Exception-accessing/m-p/932363#M28619</guid>
      <dc:creator>Tom007</dc:creator>
      <dc:date>2024-06-14T04:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS M7 Content Server validate gives SEVERE: Exception accessing https://... (Connection reset)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-M7-Content-Server-validate-gives-SEVERE-Exception-accessing/m-p/932364#M28620</link>
      <description>&lt;P&gt;Below is the error message we encountering, all platform user experiencing same&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please Select another one. The current selection may have permission issue.&lt;BR /&gt;Detail Error: com.sas.services.ServiceException: Previously failed to connect to &lt;A href="https://DSN.com:8343/SASContentServer/repository/default/sasdav" target="_blank"&gt;https://DSN.com:8343/SASContentServer/repository/default/sasdav&lt;/A&gt; for user&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 04:33:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-M7-Content-Server-validate-gives-SEVERE-Exception-accessing/m-p/932364#M28620</guid>
      <dc:creator>Tom007</dc:creator>
      <dc:date>2024-06-14T04:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS M7 Content Server validate gives SEVERE: Exception accessing https://... (Connection reset)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-M7-Content-Server-validate-gives-SEVERE-Exception-accessing/m-p/932408#M28624</link>
      <description>Did you use the curl command above to ensure you're able to use the WebDAV access methods successfully?</description>
      <pubDate>Fri, 14 Jun 2024 13:32:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-M7-Content-Server-validate-gives-SEVERE-Exception-accessing/m-p/932408#M28624</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2024-06-14T13:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS M7 Content Server validate gives SEVERE: Exception accessing https://... (Connection reset)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-M7-Content-Server-validate-gives-SEVERE-Exception-accessing/m-p/932421#M28627</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank for your response.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you provide the syntax that should include in the curl command. From which node I have to test the curl command from Compute node or Mid-Tier node ?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 14:08:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-M7-Content-Server-validate-gives-SEVERE-Exception-accessing/m-p/932421#M28627</guid>
      <dc:creator>Tom007</dc:creator>
      <dc:date>2024-06-14T14:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAS M7 Content Server validate gives SEVERE: Exception accessing https://... (Connection reset)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-M7-Content-Server-validate-gives-SEVERE-Exception-accessing/m-p/932422#M28628</link>
      <description>You can run the curl command from any host that has a network path to your midtier URL, and the syntax would be that exact command I have above in my initial reply to this topic. You'd just need to replace the sasadm password and URL with values valid for your environment.</description>
      <pubDate>Fri, 14 Jun 2024 14:13:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-M7-Content-Server-validate-gives-SEVERE-Exception-accessing/m-p/932422#M28628</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2024-06-14T14:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS M7 Content Server validate gives SEVERE: Exception accessing https://... (Connection reset)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-M7-Content-Server-validate-gives-SEVERE-Exception-accessing/m-p/932423#M28629</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did execute the curl command on compute node, got pages of output as below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;curl -X PROPFIND --user 'sasadm@saspw:password' &lt;A href="https://DSN.com:8343/SASContentServer/repository/default" target="_blank"&gt;https://DSN.com:8343/SASContentServer/repository/default&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&amp;lt;D:multistatus xmlns:D="DAV:"&amp;gt;&amp;lt;D:response&amp;gt;&amp;lt;D:href&amp;gt;&lt;A href="https://DSN.com:8343/SASContentServer/repository/default/" target="_blank"&gt;https://DSN.com:8343/SASContentServer/repository/default/&lt;/A&gt;&amp;lt;/D:href&amp;gt;&amp;lt;D:propstat&amp;gt;&amp;lt;D:prop&amp;gt;&amp;lt;D:creationdate&amp;gt;1970-01-01T00:00:00Z&amp;lt;/D:creationdate&amp;gt;&amp;lt;D:alternate-URI-set/&amp;gt;&amp;lt;D:lockdiscovery/&amp;gt;&amp;lt;D:displayname&amp;gt;default&amp;lt;/D:displayname&amp;gt;&amp;lt;D:supportedlock&amp;gt;&amp;lt;D:lockentry&amp;gt;&amp;lt;D:lockscope&amp;gt;&amp;lt;D:exclusive/&amp;gt;&amp;lt;/D:lockscope&amp;gt;&amp;lt;D:locktype&amp;gt;&amp;lt;D:write/&amp;gt;&amp;lt;/D:locktype&amp;gt;&amp;lt;/D:lockentry&amp;gt;&amp;lt;/D:supportedlock&amp;gt;&amp;lt;D:group-member-set/&amp;gt;&amp;lt;D:principal-URL&amp;gt;&amp;lt;D:href&amp;gt;/&amp;lt;/D:href&amp;gt;&amp;lt;/D:principal-URL&amp;gt;&amp;lt;D:getlastmodified&amp;gt;Fri, 14 Jun 2024 14:14:01 GMT&amp;lt;/D:getlastmodified&amp;gt;&amp;lt;D:iscollection&amp;gt;1&amp;lt;/D:iscollection&amp;gt;&amp;lt;D:resourcetype&amp;gt;&amp;lt;D:collection/&amp;gt;&amp;lt;/D:resourcetype&amp;gt;&amp;lt;D:group-membership/&amp;gt;&amp;lt;/D:prop&amp;gt;&amp;lt;D:status&amp;gt;HTTP/1.1 200 OK&amp;lt;/D:status&amp;gt;&amp;lt;/D:propstat&amp;gt;&amp;lt;/D:response&amp;gt;&amp;lt;D:response&amp;gt;&amp;lt;D:href&amp;gt;&lt;A href="https://DNS.com:8343/SASContentServer/repository/default/sasdav/" target="_blank"&gt;https://DNS.com:8343/SASContentServer/repository/default/sasdav/&lt;/A&gt;&amp;lt;/D:href&amp;gt;&amp;lt;D:propstat&amp;gt;&amp;lt;D:prop&amp;gt;&amp;lt;D:creationdate&amp;gt;2022-11-28T22:01:52Z&amp;lt;/D:creationdate&amp;gt;&amp;lt;D:group-member-set/&amp;gt;&amp;lt;D:getlastmodified&amp;gt;Fri, 14 Jun 2024 14:14:01 GMT&amp;lt;/D:getlastmodified&amp;gt;&amp;lt;D:iscollection&amp;gt;1&amp;lt;/D:iscollection&amp;gt;&amp;lt;D:resourcetype&amp;gt;&amp;lt;D:collection/&amp;gt;&amp;lt;/D:resourcetype&amp;gt;&amp;lt;D:alternate-URI-set/&amp;gt;&amp;lt;D:lockdiscovery/&amp;gt;&amp;lt;jcr:createdBy xmlns:jcr="&lt;A href="http://www.jcp.org/jcr/1.0" target="_blank"&gt;http://www.jcp.org/jcr/1.0&lt;/A&gt;"&amp;gt;sasadm&amp;lt;/jcr:createdBy&amp;gt;&amp;lt;D:displayname&amp;gt;sasdav&amp;lt;/D:displayname&amp;gt;&amp;lt;D:supportedlock&amp;gt;&amp;lt;D:lockentry&amp;gt;&amp;lt;D:lockscope&amp;gt;&amp;lt;D:exclusive/&amp;gt;&amp;lt;/D:lockscope&amp;gt;&amp;lt;D:locktype&amp;gt;&amp;lt;D:write/&amp;gt;&amp;lt;/D:locktype&amp;gt;&amp;lt;/D:lockentry&amp;gt;&amp;lt;/D:supportedlock&amp;gt;&amp;lt;D:principal-URL&amp;gt;&amp;lt;D:href&amp;gt;/sasdav&amp;lt;/D:href&amp;gt;&amp;lt;/D:principal-URL&amp;gt;&amp;lt;jcr:created xmlns:jcr="&lt;A href="http://www.jcp.org/jcr/1.0" target="_blank"&gt;http://www.jcp.org/jcr/1.0&lt;/A&gt;"&amp;gt;2022-11-28T17:01:52.181-05:00&amp;lt;/jcr:created&amp;gt;&amp;lt;D:group-membership/&amp;gt;&amp;lt;/D:prop&amp;gt;&amp;lt;D:status&amp;gt;HTTP/1.1 200 OK&amp;lt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 14:27:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-M7-Content-Server-validate-gives-SEVERE-Exception-accessing/m-p/932423#M28629</guid>
      <dc:creator>Tom007</dc:creator>
      <dc:date>2024-06-14T14:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAS M7 Content Server validate gives SEVERE: Exception accessing https://... (Connection reset)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-M7-Content-Server-validate-gives-SEVERE-Exception-accessing/m-p/932426#M28630</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also encountering below output intermittently on compute node&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;curl -X PROPFIND --user 'sasadm@saspw:password' &lt;A href="https://DSN.com:8343/SASContentServer/repository/default" target="_blank" rel="noopener"&gt;https://DSN.com:8343/SASContentServer/repository/default&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&amp;lt;!doctype html&amp;gt;&amp;lt;html lang="en"&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;&lt;STRONG&gt;HTTP Status 500&lt;/STRONG&gt; – Internal Server &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Error&lt;/FONT&gt;&lt;/STRONG&gt;&amp;lt;/title&amp;gt;&amp;lt;style type="text/css"&amp;gt;body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:&lt;STRONG&gt;&lt;FONT color="#FF00FF"&gt;none&lt;/FONT&gt;&lt;/STRONG&gt;;}&amp;lt;/style&amp;gt;&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;&amp;lt;h1&amp;gt;HTTP Status 500 – Internal Server &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Error&lt;/FONT&gt;&lt;/STRONG&gt;&amp;lt;/h1&amp;gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;[user@hostname 2024-Jun-13.185416]$&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 14:34:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-M7-Content-Server-validate-gives-SEVERE-Exception-accessing/m-p/932426#M28630</guid>
      <dc:creator>Tom007</dc:creator>
      <dc:date>2024-06-14T14:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS M7 Content Server validate gives SEVERE: Exception accessing https://... (Connection reset)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-M7-Content-Server-validate-gives-SEVERE-Exception-accessing/m-p/932429#M28631</link>
      <description>You probably got pages of output because you did not include the full command. The curl command supplied is passing a Depth limiter of 1 and specifying what property we are requesting in the body.&lt;BR /&gt;&lt;BR /&gt;That said, since you got a response back this is probably not the same issue as the original poster, as their request using the PROPFIND method was rejected.&lt;BR /&gt;&lt;BR /&gt;A 500 response from the application would have a corresponding error in the SASServer1_1 server.log.&lt;BR /&gt;&lt;BR /&gt;You may want to engage SAS Technical Support on this issue.</description>
      <pubDate>Fri, 14 Jun 2024 14:51:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-M7-Content-Server-validate-gives-SEVERE-Exception-accessing/m-p/932429#M28631</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2024-06-14T14:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAS M7 Content Server validate gives SEVERE: Exception accessing https://... (Connection reset)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-M7-Content-Server-validate-gives-SEVERE-Exception-accessing/m-p/975733#M30316</link>
      <description>&lt;P&gt;It turned out this was caused by a misconfiguration in the F5.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 13:19:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-M7-Content-Server-validate-gives-SEVERE-Exception-accessing/m-p/975733#M30316</guid>
      <dc:creator>bheinsius</dc:creator>
      <dc:date>2025-09-25T13:19:54Z</dc:date>
    </item>
  </channel>
</rss>

