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
Murthy AlluriMurthy Alluri 

Rest with SOAP wrapper

Hello , I have a requirement to do integration with SOAP WSDL, but SOAP12 version is not supported via salesforce, so would like to use Rest call out approach with SOAP tags wrapper, can you please advise how we can do that.
Murthy AlluriMurthy Alluri
Can I use XMlStreamWriter class to wrap with SOAP and use rest?