Closed lmartin59 closed 2 years ago
Thanks for your feedback. Which version are you using?
it's wsdltophp/packagegenerator version 4.0.2 with PHP 7.4 on debian docker image
I have the same problem using CLI in Debian with php7.4
solved putting the namespace beteween '' ( --namespace='vendor\app\subdir' )
I'll fix it very soon, thx for your feedback!
This bug is also present in the 3.* versions, to be fixed :)
Can you try with either:
PHP < 7.4 generated code:
PHP >= 7.4 generated code:
Thx
when a Folder option contains a sub directory with "/" the namespace is not converted to "\" exemple :
The generator create the file in the right place in App/TestWS/Domain/Entities but the namespace of structs class is :
and
I took the liberty of testing a modification in the class AbstractModel line 258
and it work