BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
dennis_oz
Quartz | Level 8

Hi , I have never connected to an API before . So Please excuse me , if I have not provided all the relevant information. I am using SAS 9.3 and require to connect to make an API call

Please can anybody help

Below is the info I have .. Please let me know if I need to provide more info

The web service functionality is located in the following URLs:
•
Queries
http://<IP or name>/DAS101/AgWebService.asmx
•
Flags and Custom Data
http://<IP or name>/DAS101/MediaUtilizationAPIWebService.asmx
•
Session Management Functions
http://<IP or name>/SessionManagementAPI.asmx
Limitations and Constraints
Searches in the Quality Monitoring application do not return deleted contacts.
Development Guidelines
.NET Framework applications can work directly with the Data Access Services by creating a WSDL proxy.
For example:
http://localhost/DAS101/agwebservice.asmx?wsdl
If the Data Access Services are installed on a
1 ACCEPTED SOLUTION

Accepted Solutions
ChrisHemedinger
Community Manager

PROC HTTP, as @alexal suggests.  Or PROC SOAP might be the approach, as suggested by the mention of WSDL in the spec.

SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!

View solution in original post

2 REPLIES 2
ChrisHemedinger
Community Manager

PROC HTTP, as @alexal suggests.  Or PROC SOAP might be the approach, as suggested by the mention of WSDL in the spec.

SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 2 replies
  • 1694 views
  • 0 likes
  • 3 in conversation