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
beta_guybeta_guy 

Call an outside web service

Is there a way to call an external web service from sforce.com? I want to add a custom tab to sales.com. Every time the users click on this tab, I want to fetch data by calling an external web service (that we already have) and display the data.

If this is not supported, what is the preferred way of fetching data from an external datasource? The documentation talks extensively about getting data out of salesforce.com. I could not find much information on making outbound calls from salesforce.com. WILs seem to require creation of web pages outside of salesforce.com.

TIA.
DevAngelDevAngel

Hi beta_guy,

You will need to use a web page on an external server linked via a web link, or an sforce control to call the 3rd party web service.

scoopscoop

We call make calls to outside web services via a Weblink and a third party hosting service.

See www.grandcentral.com for more info and examples.