Passing DTO to client from server
WCF and WF
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, Maybe this should go under ASP.NET instead, I'm not sure. I'm well aware that I can create a lib of DTO objects that are [DataContract]s and pass them to the client and the client knows about them as the _exact same type_ as the server when using WCF. While interacting with an old WS normally results in auto generated proxy objects. So my question is: is it possible to make a normal WS client use the same types as the server? (the types that are DataContracts in a WCF scenario that is...)