Skip to content

berkayguler7/node-soap-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published