|
Prev: Using WZCEnumInterfaces using interop in C#
Next: Xml, Xpath and Xsl support in Compact framework?
From: Sonic on 14 Jun 2008 06:39 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 14 Jun 2008 09:51 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... :-)
|
Pages: 1 Prev: Using WZCEnumInterfaces using interop in C# Next: Xml, Xpath and Xsl support in Compact framework? |