Hi,
I have xsi:nil="true" in my soap request. What does mean? How can I pass value on that?
Any help is appreciated
Hi,
I have xsi:nil="true" in my soap request. What does mean? How can I pass value on that?
Any help is appreciated
The nillable attribute indicates that the element that the attribute is on is present but has no value, similar to NULL
in most programming languages.
If you want to assign a value to the element you can do so, however you'll have to remove the xsi:nil
attribute first, otherwise you'll get an error.