Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filename globbing is not working #44

Open
JPGygax68 opened this issue Jul 27, 2022 · 0 comments
Open

Filename globbing is not working #44

JPGygax68 opened this issue Jul 27, 2022 · 0 comments

Comments

@JPGygax68
Copy link

My wsdl -> typescript script in package.json is this:

"generate": "npx wsdl-tsclient ./wsdl/**/*.wsdl -o ./generated"

Adapted from the example in the readme. But I get the message:

Generating soap client from "*.wsdl"
Error occured while generating client "*.wsdl"
        Error: ENOENT: no such file or directory, open 'C:\Users\taagyha1\edu\sap-client-tests\wsdl\**\*.wsdl'
1 Errors occured!

Specifying a single WSDL file without globbing works.
I'm using Node version 16.16.0 on Windows 10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant