Hello,
My requirement is to create a web API to connect and retrieve data from SAS datasets which resides on a UNIX server for my ASP.NET website. I am pretty new to this so a step by step tutorial would be of great help. I used to do that previously by using a WCF web service to connect to SAS through IOM, querying the SAS data sets by creating a temp workspace and returning the data into .NET datatable objects. But it this case the return format could be preferably JSON which is more convenient is what i am guessing. The current SAS IOM version is 9.3 which i am using now, but i am looking for an upward compatibility with 9.4 version as well.
Any help will be much appreciated!
Thanks!