Peter Rusanoff

Results 9 comments of 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 ![image](https://github.com/dsherret/ts-morph/assets/98639510/8caf5b1a-12c4-48ed-b4b4-a9915739ef41) and here is what it is supposed to look like ![image](https://github.com/dsherret/ts-morph/assets/98639510/85389a92-18ef-44c2-924c-799ced47949b) an Array of strings...

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...