I'm developing wcf restful service using WCF 4.0. My question as below :
The post method of the server side as below pic:
The code that made the post request to server as below pic:
- But when i debugged the service,i found the id property changed as below pic :
I am confused why the value of ID property changed ?