( This problem occurs after a version change (before that, it worked ok) ).
We have a function module Z that consumes a web service from an external system. In the definition of the service, we send a field with a type of XSDBOOLEAN.
When we assign X to the variable it (correctly) sends the value True in the XML. Nevertheless, when we assign a space (FALSE) it does not send anything (it does not place any tag in the xml). We tried with ABAP_FALSE, same issue.
Any ideas?
TIA,
Luis