Webservice element causes error

1
Why causes the following element <attribute xsi:nil="true"/> of a webservice response, a numberFormatExeption when the attribute field is an Integer?
asked
1 answers
3

Because it does not have a value. The platform tries to parse an integer from that element but it can't because the element contains no value.

You can file a feature request to support nillable elements in MXDN.

answered