I have an object I pass to a WCF service. Then on the server, the service modifies some properties of the object, and returns an int.
On the client side, after the service is called, the changes made to the objects' properties are not there.
My unit tests work fine. But when run over services, the problem occurs.
Any ideas on how to fix this?