I have a WCF service. And in my mobile application I generated a Web References.
I notice that for some fields it also generates a myFieldSpecified bool. For example, i have a class Quantity that contains an int quantity. on the mobile side it also generates a bool quantitySpecified.
What is the purpose of this specified field?