Skip to content

Rest api will insert data to mongo db , then push back data to external SOAP url

Notifications You must be signed in to change notification settings

dumindarw/rest-db-soap-passer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

mobile app back-end REST service and proxy service for SOAP services.

Functions

  • Provide REST API for mobile.
  • Store temporary records in MONGO DB.
  • Pass data to SOAP client.
  • Maintain a log file.

API Reference

API reference...

Migrations

use insuassessor

db.createUser( { user: "insuuser", pwd: "12345678", roles: [ { role: "readWrite", db: "insuassessor" } ] } )

mongo --port 27017 -u "insuuser" -p "12345678" --authenticationDatabase "insuassessor"

Tests

No tests yet.

Author

Duminda Wanninayake

Install service

"C:\NSSM\nssm64.exe" install InsuranceMBAAS "C:\nodejs\node.exe" "C:\Users\duminda\node-workspace\insu-service\index.js"

##Log file location C:\nodejs\insu.log

About

Rest api will insert data to mongo db , then push back data to external SOAP url

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published