SAS and Web/REST Service Calls


SAS offers a possibility to communicate with Web Services and REST services using a couple of tools.
Most important products of SAS required to properly communicate with Web Services/REST Services are:
  • PROC SOAP
  • PROC HTTP
  • XML Library Engine (xmlv2)

The following examples show how are these coupled together:

Calling and Parsing the Web Service using SAS


Calling and Parsing the REST service using SAS

Comments

Popular posts from this blog

Timeline on Latex

Exporting Skype Chat/Skype Contacts to csv file using the shell script and sqlite3 (usually already installed on mac)

trim() not supported by IE7 and IE8