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.

Register for SAS Innovate 2025!! The premier event for SAS users, May 6-9 in Orlando FL. Sign up now for the best deals!

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.

Register for SAS Innovate 2025!! The premier event for SAS users, May 6-9 in Orlando FL. Sign up now for the best deals!

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
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
  • 2 replies
  • 1422 views
  • 0 likes
  • 3 in conversation