UNPKG

@postman/wsdl-to-postman

Version:

Convert a given WSDL specification (1.1) to Postman Collection

12 lines (10 loc) 198 B
class XSDValidationError { constructor(code, message, str1 = undefined) { this.code = code; this.message = message; this.str1 = str1; } } module.exports = { XSDValidationError };