Using REST with SAS

This is an odd question. I know that SAS has PROC SOAP for using web services. I wonder if anyone has any experience using XML from a REST resource using SAS?

+3
source share
2 answers

Base SAS 9.2 also has a new proc called proc http . It was designed specifically to invoke REST services (or to clean a site). You can also use the url access method for simple receive requests. The advantage of proc http is that you can control the HTTP verb in use, as well as transmit the payload.

+3
source

REST API SAS, -.

URL- URL- . YMMV API- REST XML.

, wget curl, XML , XML- SAS.

+2

Source: https://habr.com/ru/post/1703457/


All Articles