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
Virtuoso123Virtuoso123 

Apex webservice for Outbound messaging from a 2nd org

Hi,

I am fairly new to webservices and looking for some help here.

I have a fields on a Account which will be updated by another Salesforce org using outbound messaging. I understand I need to give them the endpoint where my webservice is exposed. Is that right? How do I get the endpoint that I need to give them?

Any help/pointers would be greatly appreciated.

 

Thanks.

Sonam_SFDCSonam_SFDC

Hi,

 

In order to access your Salesforce org data from another Salesforce org - you will need to have an endoint together with authentication token to be able to access and make changes in the salesforce ORG.

 

The following blog and cookbook give a detailed description on how this can be acheived - worth a read!

 

-http://www.sundoginteractive.com/sunblog/posts/using-apex-to-call-salesforce-web-service

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

 

Hope this helps!

Abhi_TripathiAbhi_Tripathi

This link will definetly help you out.

 

http://abhithetechknight.blogspot.in/2013/10/email-service-soft-example.html

 

thanks

Abhi

Bhawani SharmaBhawani Sharma
Just enable Salesforce to Salesforce feature. That's all.