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
ArifArif 

SOAP callouts framework

Hi,

I need to write some SOAP callout framework for making callouts to an old web service. Can anyone know if there is existing framework out there that manages things like session, timeouts etc.

VinayVinay (Salesforce Developers) 
Hi Arif,

Check below examples that can give more details on SOAP callouts.

https://www.sfdcstop.com/2020/01/salesforce-integration-tutorial-part-10.html
https://www.sfdcstop.com/2019/12/httpcalloutframework-light-weight.html
https://trailhead.salesforce.com/content/learn/modules/apex_integration_services/apex_integration_soap_callouts
https://www.jitendrazaa.com/blog/salesforce/consuming-external-webservice-in-apex/

Thanks,