-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Some fields are not parsed correctly, getter/setter only for attrib, not for content #3
Comments
Hm, the xsd for this part looks like this:
As there is no type set (should be string), but "mixed" is set to true, I guess we have to take this into account while generating the API classes and expect them to be strings (value) if they do not have structured children. I will not have time to make this changes by the end of 2019, so if anyone wants to open a PR, you're very welcome :-) |
Hm, seems like the xsd parser cannot handle this as well as the jms serializer. So as long as there is no way for us to read or write the actual value, we have to wait for an implementation in those bundles, I guess. |
…ovide any information about the "mixed=true" attribute of the xsd node, we have to generate the $value property for every class, although this is not correct.
@bajoodoo I worked on a fix based on the patch provided in goetas-webservices/xsd-reader#50 |
For example verwaltung_techn->master has only a method to get its visibility but not its content, the value of the tag. The same goes for the setter.
Similar:
freitexte->objekt_text
freitexte->user_defined_simplefield
preise->aussen_courtage
The text was updated successfully, but these errors were encountered: