I generated WCF proxy that has integer [fieldName] in message contract request class. I tried to send value to server but value always came 0 until I manually set [fieldNameSpecified] to true.
Is there something wrong with proxy generation or WCF was designed this way? What are the reasons behind [Specified] fields especially if string/guids have no specified fields in proxy classes?
Thank you in advance