BookmarkSubscribeRSS Feed
DanieleTiles
Calcite | Level 5
Hi to all,
I might need to build a SAS application which has to access to a lot of data from some kind of Web Services...
Where can I find any useful information on how to access a Web Service through SAS code?
Thanks

Daniele
7 REPLIES 7
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
SAS 9.2 introduces PROC SOAP, for this purpose. Have a look at the SAS-hosted documentation at http://support.sas.com/ -- the SAS 9.2 Procedures Guide provides examples in the PROC SOAP chapter which I found useful.

Personally, I have used PROC SOAP on SAS z/OS (IBM mainframe) -- having waited for SAS 9.2 Phase 2 to be available, finally!

Scott Barry
SBBWorks, Inc.
ChrisNZ
Tourmaline | Level 20
You also have the usual: URL, FTP, SOCKET.... engines in filename statement.
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
For a true "web service", the SOAP interface (and PROC SOAP) are differerent than the FILENAME engine programming/interface techniques.

Web service
From Wikipedia, the free encyclopedia

http://en.wikipedia.org/wiki/Web_services


Scott Barry
SBBWorks, Inc.
DanieleTiles
Calcite | Level 5
Hi to all,
thank you for your kind answers :).
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.
Any idea or guide that I might follow?
Thanks

Daniele
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
Correct - PROC SOAP is introduced with SAS 9.2 -- you can review the SAS 9.2 Procedures Guide from the SAS support http://support.sas.com/ website.

Scott Barry
SBBWorks, Inc.
HomelessDeveloper
Calcite | Level 5
Daniele,

I have the same scenario. What was your solution in connecting to a web service with SAS 9.1.3?

SR
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
There is no solution or circumvention available with 9.1.3.

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.

Scott Barry
SBBWorks, Inc. Message was edited by: sbb

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 7 replies
  • 2153 views
  • 0 likes
  • 4 in conversation