UNPKG

@dgac/nmb2b-client

Version:

EUROCONTROL Network Manager B2B SOAP client

12 lines (10 loc) 429 B
import { createSoapQueryDefinition } from "../utils/soap-query-definition.mjs"; //#region src/GeneralInformation/queryNMB2BWSDLs.ts const queryNMB2BWSDLs = createSoapQueryDefinition({ service: "GeneralInformation", query: "queryNMB2BWSDLs", getSchema: (client) => client.describe().NMB2BInfoService.NMB2BInfoPort.queryNMB2BWSDLs.input }); //#endregion export { queryNMB2BWSDLs }; //# sourceMappingURL=queryNMB2BWSDLs.mjs.map