Hi all,
i have got a problem when calling a webservice.
I have got a text edit field called "name" on the dynpro. It is allowed that this field is empty.
The content of the field is given to a webservice as an input parameter.
The problem is, if the field is empty (which means the user entered no value, the SOAP message generated by Visual Composer contains an empty name construct (<name></name>). Our webservice assumes that if a field is empty it should not be in the SOAP message. So the empty tags should not be in the SOAP message.
With checkboxes i have got a similar problem. If the checkbox is not checked, Visual Composer writes in the SOAP message a "false", but our webservice assumes that if a field is false, it just shouldn't be in the SOAP message.
Is there any way to change this default behaviour of Visual Composer?
Kind regards
Florian