Brian Cline

Full Stack Developer & Technology Leader Living in Niagara Falls

  • About
  • Résumé
  • JavaScript
  • Salesforce
  • Contact
  • Articles
  • About
  • Résumé
  • JavaScript
  • Salesforce
  • Contact
  • Articles

Tag: wsdl

How to Perform SOAP Requests With Node.js

July 7, 2020Brian ClineJavaScript, Programmingapi, Salesforce API, soap, wsdl

SOAP is basically an XML based API that existed before the REST API existed. SOAP stands for Simple Object Access Protocol – it’s a mostly legacy protocol that was designed for doing remote api requests in a language independent way.

From time to time unfortunately, we’ll need to call a SOAP API.