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
KrylorKrylor 

SF - Integration

Hello,
 
Am a software developer who has has developed a site for encoding videos on the fly and allowing people to broadcast these via email, something similar to Youtube but targetting a diff sector.
 
I was looking at integrating it with Salesforce,
However looking the APEX api I am now not very sure whether its possible,
As I need to be able to do most of the operations on my Server and not on SF.
 
Is there any way in SF to make API calls to webservices outside the SF server ?
 
regards
Krylor
03-12-2007 04:07 AM
cheenathcheenath
There is no support for web services callouts in Apex *yet*.

Ajax Toolkit 9.0 along with  remot proxy can call external servers.
You can find couple of example here (Samples -> remoteFunction).
This feature is not turned on by default. Please contact support/PM
for more details.

HTHs,