dderevjanik / wsdl-tsclient

:page_facing_up: Generate typescript client from WSDL
https://npm.im/wsdl-tsclient
MIT License
106 stars 73 forks source link

Need help to get started #59

Open grreb opened 1 year ago

grreb commented 1 year ago

I don't know if this is an issue or that I do know enough about wsdl. I'm trying to convert the onvif library , but I only get empty definitions.

First I can not get the glob to work with */.wsdl ( this may be a known issue #44 ) And If I target one file the definition emitted is empty. Is there something wrong with the wsdl files from onvif?

npx wsdl-tsclient --verbose .\wsdl\ver10\device\wsdl\devicemgmt.wsdl -o ./generated/

razuro commented 1 year ago

Hi,

shouldn't it be npx wsdl-tsclient --verbose ./wsdl/ver10/device/wsdl\devicemgmt.wsdl -o ./generated/ instead?