diff --git a/src/parser.ts b/src/parser.ts index dadc95b..eb0c8b2 100644 --- a/src/parser.ts +++ b/src/parser.ts @@ -1,6 +1,6 @@ import * as path from "path"; -import { ComplexTypeElement } from "soap/lib/wsdl/elements"; -import { open_wsdl } from "soap/lib/wsdl/index"; +import { ComplexTypeElement, OperationElement } from "soap/lib/wsdl/elements"; +import { WSDL, open_wsdl } from "soap/lib/wsdl/index"; import { Definition, Method, ParsedWsdl, Port, Service } from "./models/parsed-wsdl"; import { changeCase } from "./utils/change-case"; import { stripExtension } from "./utils/file"; @@ -285,86 +285,44 @@ export async function parseWsdl(wsdlPath: string, options: Partial