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
SA.ax1574SA.ax1574 

how can i access salesforce data to other systems using weservices

how can i access salesforce data to other systems using weservices

Sridhar BonagiriSridhar Bonagiri

Hi,

 

You can access salesforce data from any application using API calls, for this you need to generate WSDL from salesforce integrate them where you want to use.

 

Regards,

Sridhar Bonagiri

SFDC_LearnerSFDC_Learner

Other data means, do u want to retrieve the salesforce records with in external application.

 

If it is,

 

1. Generate either partner / enterprize wsdl in salesforce. Add this file as web reference (in .NET) / .Zar (in JAVA). 

2. Using login method we can connect directly from external application (either .net / java) to salesforce.

3. In external application by writing Query we can get the information from salesforce.

 

Note:

 

USing wsdls we can get the total organizational schema related information. This helps to get what we want to retrieve.