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
Karthik112Karthik112 

Outbound Messaging

Hi All,

I am trying to use the outbound messaging functionality to achieve real time integration b/w SFDC and external system. Couple of questions.


If listener is built via .NET, is that going to call the notification() in the outbound messaging wsdl to send the response
back to sales force? If the response has to be sent, the notification response object in the service has only one data which is ACK (Boolean) and what If the external system is returning me some row Id or any other message? Do I need to expose a new service that grabs the response with a different data type and display it on the UI or any
standard functionality provided by SFDC as a part of Outbound messaging to store/view the response??? Basically how do I  capture the response?

 

Also, to send the response, which SFDC URL do they need to call
back..?

 


pls advise.