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
BangoBango 

Using REST API with SOAP Messages

Hello all,

 

Scenario: An external System sends us SOAP messages. We have control over the URL the message gets sent to.

 

Goal: We create a case for each SOAP Message.

 

Solution? Can I create a REST URL API in Salesforce and point the Messages to that URL and parse the message to create a case out of it? If so, what's the best way to parse SOAP Messages? 

 

Thank you in advance :)