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
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