In recent months I’ve had to work with Simple Object Access Protocol (SOAP) APIs and XML POST based APIs, both of which are a nightmare when compared to RESTful APIs. These protocols are mostly a nightmare when working in Node.js where the framework isn’t designed to handle WSDLs.
Full article