@wize/soap-runtime

Wizni Soap Runtime

Usage no npm install needed!

<script type="module">
  import wizeSoapRuntime from 'https://cdn.skypack.dev/@wize/soap-runtime';
</script>

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