Peter Rusanoff
Peter Rusanoff
sounds like you should switch to nest JS
I had a similar issue with a number in my wsdl file name and that caused a bunch of issues
I am getting the same error here and the wsdl is Valid I am getting ` Error: A child of the kind OpenBraceToken was expected.` I am not getting out...
I found what the issue is with in `src/generator.ts` on line 322 `createClientDeclaration.setBodyText("return soapCreateClientAsync(args[0], args[1], args[2]) as any;");` the generator errors out here. I am very curios as to why
So after digging in a little bit deeper, The file. name of my WSDL started with a number (1) . This caused all kinds of problems with the generator. I...
if you dig into the repo itself you will see Emums dp support JsDocs  and here is what it is supposed to look like  an Array of strings...
I get the same error
I am having similar issues I am generating a client from an Amadeus WSDL(it's a travel soap API). In my generated files I am missing many types. I have tried...
I am having the same issue Here I am getting a whole list of errors ### **106 Errors** nonexisting prisma exports: `AccountUncheckedUpdateManyWithoutAccountsInput'. Did you mean 'AccountUncheckedUpdateManyWithoutUserInput'?` ### **type issues:** are...