REST API - http://www.asagarwal.com/2401/step-by-step-guide-to-get-started-with-salesforce-rest-api-using-java SOAP API - http://www.asagarwal.com/2398/step-by-step-guide-to-get-started-with-salesforce-soap-api-using-java
You could do first Assignment as
1. Create a Web Serive in Salesforce Which Takes AccountId and retures name of Account 2. Create Another Class Where You call this Web Service using Http Request and fetch the response.
This way you would know both creating and consuming APIs
REST API - http://www.asagarwal.com/2401/step-by-step-guide-to-get-started-with-salesforce-rest-api-using-java SOAP API - http://www.asagarwal.com/2398/step-by-step-guide-to-get-started-with-salesforce-soap-api-using-java
You could do first Assignment as
1. Create a Web Serive in Salesforce Which Takes AccountId and retures name of Account 2. Create Another Class Where You call this Web Service using Http Request and fetch the response.
This way you would know both creating and consuming APIs
Hi,
You could get started with these:
http://www.techrepublic.com/blog/the-enterprise-cloud/step-by-step-integrating-salesforcecom-with-on-premises-databases-and-applications/
http://apatar.com/pub/5-Steps-To-Integrate-SalesForce-With-Legacy-Apps.pdf
REST API - http://www.asagarwal.com/2401/step-by-step-guide-to-get-started-with-salesforce-rest-api-using-java
SOAP API - http://www.asagarwal.com/2398/step-by-step-guide-to-get-started-with-salesforce-soap-api-using-java
You could do first Assignment as
1. Create a Web Serive in Salesforce Which Takes AccountId and retures name of Account
2. Create Another Class Where You call this Web Service using Http Request and fetch the response.
This way you would know both creating and consuming APIs
Thanks
Shashikant
All Answers
Hi,
You could get started with these:
http://www.techrepublic.com/blog/the-enterprise-cloud/step-by-step-integrating-salesforcecom-with-on-premises-databases-and-applications/
http://apatar.com/pub/5-Steps-To-Integrate-SalesForce-With-Legacy-Apps.pdf
REST API - http://www.asagarwal.com/2401/step-by-step-guide-to-get-started-with-salesforce-rest-api-using-java
SOAP API - http://www.asagarwal.com/2398/step-by-step-guide-to-get-started-with-salesforce-soap-api-using-java
You could do first Assignment as
1. Create a Web Serive in Salesforce Which Takes AccountId and retures name of Account
2. Create Another Class Where You call this Web Service using Http Request and fetch the response.
This way you would know both creating and consuming APIs
Thanks
Shashikant
getskillsfast.com
these are very detailed step by step courses. they really changed my life.