<?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: Access to a Web Service in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Access-to-a-Web-Service/m-p/48852#M10097</link>
    <description>There is no solution or circumvention available with 9.1.3.&lt;BR /&gt;
&lt;BR /&gt;
Suggestion to OP: a new post with a pasted link back to the prior forum post of interest is more appropriate since you are authoring an new question rather than piggy-backing on someone else's.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.

Message was edited by: sbb</description>
    <pubDate>Wed, 17 Mar 2010 17:59:03 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2010-03-17T17:59:03Z</dc:date>
    <item>
      <title>Access to a Web Service</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Access-to-a-Web-Service/m-p/48845#M10090</link>
      <description>Hi to all,&lt;BR /&gt;
I might need to build a SAS application which has to access to a lot of data from some kind of Web Services...&lt;BR /&gt;
Where can I find any useful information on how to access a Web Service through SAS code?&lt;BR /&gt;
Thanks&lt;BR /&gt;
&lt;BR /&gt;
Daniele</description>
      <pubDate>Thu, 25 Jun 2009 16:08:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Access-to-a-Web-Service/m-p/48845#M10090</guid>
      <dc:creator>DanieleTiles</dc:creator>
      <dc:date>2009-06-25T16:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Access to a Web Service</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Access-to-a-Web-Service/m-p/48846#M10091</link>
      <description>SAS 9.2 introduces PROC SOAP, for this purpose.  Have a look at the SAS-hosted documentation at &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  -- the SAS 9.2 Procedures Guide provides examples in the PROC SOAP chapter which I found useful.  &lt;BR /&gt;
&lt;BR /&gt;
Personally, I have used PROC SOAP on SAS z/OS (IBM mainframe) -- having waited for SAS 9.2 Phase 2 to be available, finally!&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 25 Jun 2009 16:34:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Access-to-a-Web-Service/m-p/48846#M10091</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-06-25T16:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Access to a Web Service</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Access-to-a-Web-Service/m-p/48847#M10092</link>
      <description>You also have the usual: URL, FTP, SOCKET.... engines in filename statement.</description>
      <pubDate>Fri, 26 Jun 2009 01:23:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Access-to-a-Web-Service/m-p/48847#M10092</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2009-06-26T01:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Access to a Web Service</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Access-to-a-Web-Service/m-p/48848#M10093</link>
      <description>For a true "web service", the SOAP interface (and PROC SOAP) are differerent than the FILENAME engine programming/interface techniques.  &lt;BR /&gt;
&lt;BR /&gt;
Web service&lt;BR /&gt;
From Wikipedia, the free encyclopedia&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://en.wikipedia.org/wiki/Web_services" target="_blank"&gt;http://en.wikipedia.org/wiki/Web_services&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Sat, 27 Jun 2009 16:57:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Access-to-a-Web-Service/m-p/48848#M10093</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-06-27T16:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Access to a Web Service</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Access-to-a-Web-Service/m-p/48849#M10094</link>
      <description>Hi to all,&lt;BR /&gt;
thank you for your kind answers :).&lt;BR /&gt;
Actually, the first problem is that I'm still working with SAS 9.1.3...so, I believe that PROC SOAP isn't an available option at the moment.&lt;BR /&gt;
Any idea or guide that I might follow?&lt;BR /&gt;
Thanks&lt;BR /&gt;
&lt;BR /&gt;
Daniele</description>
      <pubDate>Sat, 27 Jun 2009 17:05:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Access-to-a-Web-Service/m-p/48849#M10094</guid>
      <dc:creator>DanieleTiles</dc:creator>
      <dc:date>2009-06-27T17:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Access to a Web Service</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Access-to-a-Web-Service/m-p/48850#M10095</link>
      <description>Correct - PROC SOAP is introduced with SAS 9.2 -- you can review the SAS 9.2 Procedures Guide from the SAS support  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;   website.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Sat, 27 Jun 2009 17:09:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Access-to-a-Web-Service/m-p/48850#M10095</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-06-27T17:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Access to a Web Service</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Access-to-a-Web-Service/m-p/48851#M10096</link>
      <description>Daniele,&lt;BR /&gt;
&lt;BR /&gt;
I have the same scenario. What was your solution in connecting to a web service with SAS 9.1.3?&lt;BR /&gt;
&lt;BR /&gt;
SR</description>
      <pubDate>Wed, 17 Mar 2010 17:39:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Access-to-a-Web-Service/m-p/48851#M10096</guid>
      <dc:creator>HomelessDeveloper</dc:creator>
      <dc:date>2010-03-17T17:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Access to a Web Service</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Access-to-a-Web-Service/m-p/48852#M10097</link>
      <description>There is no solution or circumvention available with 9.1.3.&lt;BR /&gt;
&lt;BR /&gt;
Suggestion to OP: a new post with a pasted link back to the prior forum post of interest is more appropriate since you are authoring an new question rather than piggy-backing on someone else's.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.

Message was edited by: sbb</description>
      <pubDate>Wed, 17 Mar 2010 17:59:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Access-to-a-Web-Service/m-p/48852#M10097</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-03-17T17:59:03Z</dc:date>
    </item>
  </channel>
</rss>

