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
NeeharikaNeeharika 

Handling response of outbound message in Salesforce side

Hi all,

 

Once outbound message is fired and, say the other system sends a SOAP response (for example in an error situation) to Salesforce. I would like to handle that response so that the Salesforce user is notified if something went wrong. At the moment, if an exception is thrown in web service, the outbound message stays in the SF queue, but the user is not informed in any way about the failure?

 

Could someone Please give some pointers on how to process/handle the response on SalesForce side( say i want it to store the response in one of the fields)

 

Thanks in Advance