We have some problem with Null Value Suppression.
Currently, we have enable the Null Value Suppression, and we have “No Suppression”.
However, in the WSDL generated, we haven’t “nillable”. We need to change each element in “.xmm” file to add “nillable”.
Because, when we call a method of this webservice, we can have this kind of element:
when “MY-ELEMENT” equals to “ “. This is a really big problem, because it’s not a valid value (because of “nillable=false” by default).
Is this possible to had a parameter in NaturalONE preferences: Software AG/EntireX/XML Mapping Editor --> Null Value Suppression, to have a checkbox “nillable” to have “nillable=true” by default? (For example)