[DataMember]
public int? NumberOfPages; //////////// Is this supported????
[DataMember]
public bool? Color; //////////// Is this supported????
[DataMember]
public int? BulkQuantity;
[DataMember]
[DataMember] public int? NumberOfPages; //////////// Is this supported???? [DataMember] public bool? Color; //////////// Is
Share
Yes, of course!
You should have no trouble whatsoever to create nullable data members, they’ll be handled in the resulting WSDL/XSD as “xs:nillable=true” members. No problem at all.