UNPKG

strong-soap

Version:
10 lines (8 loc) 359 B
// Copyright IBM Corp. 2016. All Rights Reserved. // Node module: strong-soap // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT exports.QName = require('./qname'); exports.NamespaceContext = require('./nscontext'); exports.WSDL = require('./wsdl'); exports.XMLHandler = require('./xmlHandler');