RTF Fields in WCF

D

Daniel

I build an LINQ/WCF/InfoPath pilot. This works great!

I have only one last problem: I found now method to bind RTF Fields in
InfoPath to the WCF-Service

This problem is in the binding schema of RTF Fields in InfoPath. They need a
XmlNode Element with XHTML Nodes inside. In WCF there is no way to serialize
a XmlNode Object. There supports only XmlElement and XmlDocument. But this
doesn’t work in InfoPath for RTF Fields.

If I use the [XmlSerializerFormat] attribute in the service contract I can
use XmlNode. But then many other LINQ-Data types doesn’t work because there
haven’t a parameter less constructor.

It would be great if someone has a solution for that.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top