Service SOAP optional double-type element is still mapped by Stream rule despite its source property is missing on Clipboard
We have a double element which is optional but nillable=false according to the WSDL. When its source property is missing on Clipboard, XML Stream rule still maps it as null and this causes service failure because '' is treated as text, not double. We decided to set it to be equal to some default double value, but this is a bad work around.
Is it a known bug or there is a way to make XML Stream rule not to map elements which source property is missing on a source page?