@wize/soap-runtime
v1.0.10
Published
Wizni Soap Runtime
Downloads
4
Readme
##SOAP SOURCE @wize/soap-runtime
##Description
Register api for soap source objects.
##Usage
###Installation
npm install --save @wize/soap-runtime
###Initialize
import soapRuntime from '@wize/soap-runtime'
.
.
.
/*
app : Koa app in which the routes will be registered.
directoryName : directory of the source file.
*/
export function init() {
soapRuntime(this.app,__dirname);
}
##Test
npm run test
##License MIT License