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
goh bhgoh bh 

Pull Account and Contact data from Salesforce to my own java application

Hi,

I am new to Salesforce. I have look thru the list of API available in Salesforce.
I need to get the data in Account and Contact as following into my Java application:
User-added image
Any suggestion which API I should focus and start on?
Best Answer chosen by goh bh
Ankit Maini.Ankit Maini.

Hi,

You can use SOAP api and Force,com Metadata API to reterive and update data.

Please folllow step by step instruction to connect your java application with salesforce.

https://developer.salesforce.com/page/Introduction_to_the_Force.com_Web_Services_Connector

Thanks
Ankit

Note: Don't forget to mark your thread as 'SOLVED' with the answer that best helps you.