You need to sign in to do that
Don't have an account?

REST and SOAP API
Hi Integration Experts,
Can I use both REST and SOAP API while integrating SalesForce with any 3rd Party Legacy system?
Which approach provides easy authentication as per implementation is concern? Please explain.
-Kaity
Can I use both REST and SOAP API while integrating SalesForce with any 3rd Party Legacy system?
Which approach provides easy authentication as per implementation is concern? Please explain.
-Kaity
Both Soap and Rest Api can use one of the following method to authenticate.
1) Using OAuth Token(https://developer.salesforce.com/page/Digging_Deeper_into_OAuth_2.0_at_Salesforce.com)
2) Using session id provided by Enterprise WSDL(SOAP API) login method.
As of now Rest API does not support bulk insert/update/delete where as SOAP API Support batch of 200 records in a single transaction.
Use OAuth for Authentication and Rest API,if you don't need to do buld insert etc. Rest API is light weight and Provides data in both Json and XML.
https://help.salesforce.com/HTViewHelpDoc?id=integrate_what_is_api.htm
Thank you for replying.
I got confused here for the point#2 :
Can REST api use session ID?
2) Using session id provided by Enterprise WSDL(SOAP API) login method.
-Kaity
Refer Session Id Authorization from the link below
http://www.salesforce.com/us/developer/docs/api_rest/index_Left.htm#CSHID=quickstart_oauth.htm|StartTopic=Content%2Fquickstart_oauth.htm|SkinName=webhelp