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

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
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
Hi there, Thanks for your reply.
Could you please share few more examples on implementing this req using Soap.
Thanks
SFDC_Beginner
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