I've been tasked with connecting my salesforce org to the system of one of our vendors. On my end, I'm supposed to take data from one of our custom objects, put it in XML format and send it to their endpoint. This part was easy to do.
However I don't know how to do the other half. How do I build something to listen for and take in their XML responses?
All the documentation I have read about Connected Apps, SOAP and REST API and Platform events seems like it is geared toward connecting internal client side apps with Salesforce. But how do i help an external company send data into our org in a limited way?
I'm only a junior Apex Dev so I don't really know anything about integrations or APIs yet.
Thanks.