<?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: Proc HTTP in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Proc-HTTP/m-p/627032#M20477</link>
    <description>&lt;P&gt;It is sharepoint 2010&lt;/P&gt;</description>
    <pubDate>Mon, 24 Feb 2020 20:54:31 GMT</pubDate>
    <dc:creator>AlonsoSalazar</dc:creator>
    <dc:date>2020-02-24T20:54:31Z</dc:date>
    <item>
      <title>Proc HTTP</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-HTTP/m-p/626967#M20469</link>
      <description>&lt;P&gt;Our company migrated to SAS EG on Unix.&amp;nbsp; We use proc http to download sharepoint list data but in SAS EG we get &lt;STRONG&gt;401 UNAUTHORIZED&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is my code:&lt;/P&gt;&lt;P&gt;%let xmlfile = track.xml;&lt;BR /&gt;filename listout "/home/user/Temporary/&amp;amp;xmlfile" encoding="UTF-8";&lt;BR /&gt;filename request temp;&lt;BR /&gt;proc http out = listout&lt;BR /&gt;url = 'https://mysiteaddress/ReportData/_vti_bin/owssvr.dll?Cmd=Display&amp;amp;List={listid}&amp;amp;View={viewid}&amp;amp;XMLDATA=TRUE'&lt;BR /&gt;method = "get"&lt;BR /&gt;webusername="***"&lt;BR /&gt;webpassword="***"&lt;BR /&gt;webauthdomain="RB"&lt;BR /&gt;auth_negotiate;&lt;BR /&gt;run;&lt;BR /&gt;filename xx temp; libname xx xmlv2 "/home/user/Temporary/track.xml" automap=replace xmlmap=xx;&lt;BR /&gt;proc copy in=xx out=work; quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This code works perfectly fine on PC SAS without the authentication info.&amp;nbsp; I am trying to determine if I am missing something in my code or if there is simply a block on our server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 18:51:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-HTTP/m-p/626967#M20469</guid>
      <dc:creator>AlonsoSalazar</dc:creator>
      <dc:date>2020-02-24T18:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Proc HTTP</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-HTTP/m-p/626970#M20470</link>
      <description>&lt;P&gt;What software is mysiteaddress running? Is it some Microsoft specific tool like Sharepoint?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 19:01:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-HTTP/m-p/626970#M20470</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-02-24T19:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Proc HTTP</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-HTTP/m-p/627031#M20476</link>
      <description>&lt;P&gt;That is just the URL to our internal sharepoint site.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 20:53:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-HTTP/m-p/627031#M20476</guid>
      <dc:creator>AlonsoSalazar</dc:creator>
      <dc:date>2020-02-24T20:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Proc HTTP</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-HTTP/m-p/627032#M20477</link>
      <description>&lt;P&gt;It is sharepoint 2010&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 20:54:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-HTTP/m-p/627032#M20477</guid>
      <dc:creator>AlonsoSalazar</dc:creator>
      <dc:date>2020-02-24T20:54:31Z</dc:date>
    </item>
  </channel>
</rss>

