<?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 Upload Json to SAS Web Service in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Upload-Json-to-SAS-Web-Service/m-p/673976#M202861</link>
    <description>&lt;P&gt;In stored process I am trying to read JSON data.&lt;/P&gt;&lt;P&gt;I have created Generic Data source in input data expected content type as application/x-www-form-urlencoded&lt;/P&gt;&lt;P&gt;reading the data like this.&lt;/P&gt;&lt;PRE class="language-sas"&gt;&lt;CODE&gt;data _null_;
  infile xjson;
  input;
  file myjson;
  put _infile_;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it gives me error 415. unsupported media type.&lt;/P&gt;</description>
    <pubDate>Sun, 02 Aug 2020 07:23:53 GMT</pubDate>
    <dc:creator>RealToVirtual</dc:creator>
    <dc:date>2020-08-02T07:23:53Z</dc:date>
    <item>
      <title>Upload Json to SAS Web Service</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Upload-Json-to-SAS-Web-Service/m-p/673976#M202861</link>
      <description>&lt;P&gt;In stored process I am trying to read JSON data.&lt;/P&gt;&lt;P&gt;I have created Generic Data source in input data expected content type as application/x-www-form-urlencoded&lt;/P&gt;&lt;P&gt;reading the data like this.&lt;/P&gt;&lt;PRE class="language-sas"&gt;&lt;CODE&gt;data _null_;
  infile xjson;
  input;
  file myjson;
  put _infile_;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it gives me error 415. unsupported media type.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Aug 2020 07:23:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Upload-Json-to-SAS-Web-Service/m-p/673976#M202861</guid>
      <dc:creator>RealToVirtual</dc:creator>
      <dc:date>2020-08-02T07:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Upload Json to SAS Web Service</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Upload-Json-to-SAS-Web-Service/m-p/674242#M203002</link>
      <description>&lt;P&gt;Please post the full code (including the filename statements) and the full log.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 01:43:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Upload-Json-to-SAS-Web-Service/m-p/674242#M203002</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-08-04T01:43:35Z</dc:date>
    </item>
  </channel>
</rss>

