@postman/wsdl-to-postman
Version:
Convert a given WSDL specification (1.1) to Postman Collection
15 lines (13 loc) • 326 B
JavaScript
class TransportBindingInput {
constructor() {
this.constructor_name = 'TransportBindingInput';
this.transportToken = '';
this.algorithmSuite = '';
this.layout = '';
this.includeTimestamp = '';
this.transporTokenpolicy = '';
}
}
module.exports = {
TransportBindingInput: TransportBindingInput
};