Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
how can i access salesforce data to other systems using weservices
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
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.
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
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.