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
Sfdc_beginnerSfdc_beginner 

integrating two Salesforce Orgs via Apex webservice

My requirement is to integrate two Salesforce Orgs using Apex webservices since Apex supports both callouts and webservices,

I.e  I should be able to create,delete,update records (for an object) of one Org from another Org.

 

 

Request you to guide me through the steps in implementing it.

 

Also,please share the examples with the complete code.

 

 

Thanks

Sfdc Beginner

 

 

Subhani PSubhani P

Hi,

 

The only way to access your data in that way would be to expose it via the SOAP API.

 

However, you cannot connect to these APIs from APEX.

 

You can use the following link for your information

 

http://developer.force.com/cookbook/recipe/calling-salesforce-web-services-using-apex

 

https://github.com/financialforcedev/apex-mdapi

 

Thanks,
Subhani,
Salesforce Certified Developer,
www.mydbsync.com

Sfdc_beginnerSfdc_beginner

Hi there, Thanks for your reply.

 

Could you please share few more examples on  implementing this req using Soap.

 

Thanks

SFDC_Beginner

 

Subhani PSubhani P

Hi,

 

You can refer the below link for how to integrate with force.com platform.

 

http://wiki.developerforce.com/page/Integrating_with_the_Force.com_Platform

 

 

If this post is helpful please throw Kudos.If this post solves your problem kindly mark it as solution.

Thanks,
Subhani,
Salesforce Certified Developer,
www.mydbsync.com