Forum Discussion

PeceKr's avatar
PeceKr
New Contributor
9 years ago

SoapUI isn't serializing nullable int

I have datacontract with datamember of type nullable int .   [DataMember(Order = 5,EmitDefaultValue = false)] public int? Zip { get; set; } When I leave the Zip value empty and submit the...