A simple SOAP Service and client using node-soap, express and crypto.
Express is used to handle a simple GET request required for the client to access the WSDL.
node-soap module is used to connect web services through SOAP by handling XML HTTP POST requests that utilize the service.
Crypto library provides tools for cryptography, used to hash given input.
npm run service
or
node hashService.js
npm run client
or
node client.js