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
Marketing Marketing 27Marketing Marketing 27 

How to make an XML Listener for an external System

Hi, this is my third time trying to get an answer to this question. I am using HTTP Post method to send XML to an external system. 

I know there are many diffferent options for SENDING messages to external systems. Rest, Soap, platform events, etc.

However, I really need to build something for RECEIVING XML messages from the exteranl system I'm sending to.

Can anyone explain how i go about buildind an XML listener for an external system? I'm finding tons of articles about how to send to external systems but basically nothing about how to listen for responses.

Thanks.
VinayVinay (Salesforce Developers) 
Check below reference that can help you.

https://salesforce.stackexchange.com/questions/131506/make-a-web-listener-class-publicly-available

Thanks,