Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 664 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 664 Bytes

node-soap-example

A simple SOAP Service and client using node-soap, express and crypto.

Modules

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.

Run the service

npm run service

or

node hashService.js

Run the client

npm run client

or

node client.js