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

Using SOAP webservices between two salesforce developer editions?
Hi,
I have some confussion, while connecting the two salesforce systems on Account object using SOAP webservice where exactly doing the mapping between two Salesforce system fields..
Please give me the answer
Thanks in advance,
Vasu
I have some confussion, while connecting the two salesforce systems on Account object using SOAP webservice where exactly doing the mapping between two Salesforce system fields..
Please give me the answer
Thanks in advance,
Vasu
If you want to Integrate One Salesforce Developer Edition Org with another Developer Edition org then APEX REST is the best option for you.
For more Information visit the following Links.
// Trailhead module for Apex REST
https://trailhead.salesforce.com/en/apex_integration_services/apex_integration_rest_callouts?id=apex_integration_services
// Other Useful links
https://developer.salesforce.com/page/Creating_REST_APIs_using_Apex_REST
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_what_is_rest_api.htm
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_understanding_username_password_oauth_flow.htm
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_understanding_authentication.htm
Let me know if this makes sense and helps you :)
Thanks,
Amit Singh.
This feature is available in developer org. You need to enable this feature. In order to enable this feature visit the below link:
https://developer.salesforce.com/page/An_Introduction_to_Salesforce_to_Salesforce
Thanks,
Amit Singh.