atlantis-dsf
atlantis-dsf
1. Zeep Version 4.2.1 (Python 3.11.2) 2. [The WSDL you are using](https://raw.githubusercontent.com/gematik/epa-ps-sim/main/epa-fm-java-api/src/main/resources/schemas/conn/phrs/PHRService_V2_0_1.wsdl) 3. And most importantly, a [runnable example script](http://docs.python-zeep.org/en/master/reporting_bugs.html) which exposes the problem. Hello, I know the issue looks...
Sorry if this has a simple fix just using Config, but I can't find it anywhere when parsing (my?) WSDLs xsdata generates this ```python class ExampleServicePortTypeServiceAction: style = "document" required...
The .gitignore template for python includes "lib/" under "# Distribution / packaging". But lib/ is a common subfolder. Better to change it to ./lib/ or even remove it completely.