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
Shannon FosterShannon Foster 

SOAP That will Push fields to external system

I am trying to create a SOAP that when a record is created it will send certain fields of that record to an external system. I have the XML schema for the other system, but I am very lost on how SOAP works and how to accomplish this? Can someone please explain to me how I should even begin to start this process. I have seen lots of documentation on how to create a SOAP that will update salesforce but I only need to update the external system. I know external messages based on a workflow would accomplish a similar result but I have to be able to pass login information and that is not possible with extermal messages. 
 

Thanks for any help.

Lalit JainLalit Jain
Hi Shannon, Please refer the below trailhead module to consume any web service in salesforce.

https://trailhead.salesforce.com/modules/apex_integration_services/units/apex_integration_soap_callouts