function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
mromanimromani 

ASMX or other web services

I would like to be able to use some sort of a service (ASMX maybe) to call, which will return info from a local DB or another DB. I know that since we cant directly access SQL Server, i thought there must be a way to use a service which can retrieve the data i want, and so i would like to know if there is a way of calling a method of a service i have...use the service the retrieve my local data, and pass it back to apex code or something....

 

Is this even possible? If so, how? (sample code?)

 

Thanks