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
Alok_NagarroAlok_Nagarro 

Outbound Message Listener

Hi,

 

Is there any way to create Outbound Message Listener in salesforce org using apex ?

My requirement is that i have configured outbound message in one of my org but i want to create message listener using apex in another salesforce org , i dont want to create it using java/.net.

 

Will appreciate your any help.

SuperfellSuperfell

You could build one with the new apex rest services feature.

Alok_NagarroAlok_Nagarro

Hi Simon,

 

Thanks for reply.

 

Could u plz tell me in more detail that how to use apex rest service as listener. Plz post some relevant code if possible.