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
N@niN@ni 

cloud to cloud Integration??

What is the best way integration between two clouds, Here the requirement is integrate from salesforce cloud to amazon cloud..
MagulanDuraipandianMagulanDuraipandian
Use REST or SOAP API.

http://www.infallibletechie.com/2013/03/representational-state-transfer-rest-is.html

http://www.infallibletechie.com/2014/03/blog-post.html

If this solves your problem, kindly mark it as the best answer.
Hit Like, if it saved your work :-)

Regards,
Magulan
http://www.infallibletechie.com
Sonam_SFDCSonam_SFDC
You can use Salesforce REST API or SOAP APIs to integrate your salesforce org to another application:

REST API:https://www.salesforce.com/us/developer/docs/api_rest/

SOAP API:http://www.salesforce.com/us/developer/docs/api/