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.

Learn from the Experts! Check out the huge catalog of free sessions in the Ask the Expert webinar series.

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.

Learn from the Experts! Check out the huge catalog of free sessions in the Ask the Expert webinar series.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 1280 views
  • 0 likes
  • 3 in conversation