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 

WCF Service

I was just wondering fi there is a way to connect to (or make calls to) a WCF service from my Visualforce page or from some Apex code. And if so, how do i do it?

 

Thanks

mromanimromani
Just to clarify, i already have a WCF service which retrieves info from a DB. Now i was wondering if i can make calls to or utilize this WCF service from Salesforce. I know there is no way to directly connect to a SQL DB from Salesforce, which is why if i can use the WCF i have as an intermediary, it would save me a great deal of time.