CE.NET Web Server

  • Thread starter Thread starter Goose
  • Start date Start date
G

Goose

I think I need to setup a web server on the CE device to deserialize using
SOAP on the CE device (for demo purposes, otherwise the server is a PC). Is
the CE.NET device capable of such? I saw that the CE.NET web server doesn't
support .NET, but I'm not sure if that means the full framework. If anyone
has experience on this I would greatly appreciate not wasting time if this
isn't going to work.

Thanks,
Joshua Moore
 
UGH! Is it really that hard to deserialize using Xml using a custom class
in the .NETCF. My class is very in-depth, a project in itself *20. The
OpenNETCF's XmlSerializer returns all null values for the class variables,
like all other (de)serializers specifiying they only support get/sets. Is
this true? I've been working on this for 4 weeks now...

Thanks,
Joshua Moore
 
Note: The same class is serialized and deserialized to the CE.NET device in
the same fashion, so why can't it work outside the web server? The
marketing guys are killing me for a demo mode, and this seems to be the only
way to go about it.
 
Back
Top