Hi,
I am also confused if this can be used for exposing a web service to a 3rd party?
Like e.g. is it possible to expose something like:
<Velocity xsi:nil="true" />
I understand that OutSystems itself does not know the concept of a null value. So this would mean that a Velocity of 0 in OutSystems is exposed as null for 3rd party systems?
Thanks.
Simon.
Hi Simon,
This applies to Web Services you are consuming.
As for your example, I'm assuming that Velocity is an Integer.
When Velocity holds the default value (zero), you should expect the following to happen:
In the Web Service, Velocity is Mandatory and Nil is not Allowed
In the Web Service, Velocity is Mandatory and Nil is Allowed
Velocity is Optional and Nil is not Allowed
Velocity is Optional and Nil is Allowed
Does this help you?
Cheer,
Jaime