wsdl2phpgenerator / wsdl2phpgenerator-cli

wsdl2phpgenerator command line application *work-in-progress*
MIT License
68 stars 22 forks source link

--singleFile not working #12

Open burakyalti opened 2 years ago

burakyalti commented 2 years ago

I tried bot

php /root/wsdl2phpgenerator-2.5.5.phar -i /root/input.wsdl -o /root/single.php -s and php /root/wsdl2phpgenerator-2.5.5.phar -i /root/input.wsdl -o /root/single.php --singleFİle

Cli says Generation complete

But nothing generated in /root/single.php.

ps: There is no problem if run without -s, it creates directory and classes