I am facing a strange problem in Wcf. When I am passing a object with values in wcf and debugging that object in wcf service, it is showing null values in all int and datetime properties but string values is showing in string type properties. I am using wcf server side.
I have checked all configuration and service but didn't find any problem. Please help if anyone knows about it .
Thanks in Advance.