How to Perform SOAP Requests With Node.js

For when you aren’t able to use REST

Caleb Lemoine
Better Programming
Published in
5 min readApr 1, 2018

--

What is SOAP?

SOAP stands for Simple Object Access Protocol. It’s basically the only thing that existed before REST. It’s an XML based API…before going any further, know that REST is much, MUCH better.

--

--