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
Force.comForce.com 

Salesforce to Salesforce Integration

Hi,

 

I have integrated Salesforce with Java but I am new in S2S integration. I have gone through the link http://wiki.developerforce.com/page/An_Introduction_to_Salesforce_to_Salesforce but still dint get anything.

 

Lets say one Salesforce org is treated as server where all data is stored and the other Salesforce org is client. Based on this scenario, I have few questions:

1) Is there anything to do with wsdl here , like I generated jar files from Salesforce wsdl in Java-Salesforce integration ?

2) If the answer to above question is yes, then Should I need to generate apex classes in "client org" from the wsdl file of Server org ?

 

Please help me in giving some basic tips in understanding S2S Integration concepts.

 

Thanks,

Pragati

Alok_NagarroAlok_Nagarro

Hi,

 

There are some steps, u need to follow :

1. download enterprise wsdl from server salesforce org.

2. In client org create apex classes from downloaded wsdl

3. Using these classes you can access the data from server org or create data to also.