From: Sonic on
Hello, I've a .net application application already exposed via WCF using
[ServiceContracts] and [OperationContracts] tags, and I need to consume
its services using CF, but it seems to miss DataContractSerializer.
Is it possible to "hardwire" XmlObjectSerializer with
DataContractSerializer? How can I do it? Is some stuff available on
internet?

Thank you!
From: Sonic on
Sonic wrote:
> Hello, I've a .net application application already exposed via WCF using
> [ServiceContracts] and [OperationContracts] tags, and I need to consume
> its services using CF, but it seems to miss DataContractSerializer.
> Is it possible to "hardwire" XmlObjectSerializer with
> DataContractSerializer? How can I do it? Is some stuff available on
> internet?

Ok, maybe I found something interesting inside .NET CF powertoys:
netCFSvcutil.exe... :-)