I'm working on integrating a record update in Salesforce into a third party application. My plan is to create a service using the ASP.NET Web API that listens for requests from Salesforce. I'm having difficulty figuring out what exactly this request from Salesforce looks like.
It would be much easier if they just sent plain old form-style data, but, instead I have to inspect some chunk of ugly SOAP markup.
Does anyone have code samples they could provide on how to consume this outbound message?