All,
I have a question that I can't seem to find an answer to. I am trying to
build my first Window CE application targeting Pocket PC 2002 and higher. I
want to interact with a Web Service via ActiveSync and WiFi. I need a
protocol that will allow me to access the server regardless of the
technology being used.
I know I can write a provider for ActiveSync, and I'm pretty sure that I can
access the web service via WiFi, but I'm interested in the most
interoperability and flexability possible. I am creating the "Smart Device
Application" in C#. The Web Service will also be running C#.
What is the easiest protocol/transport that I can implement that gives cross
platform support without requiring different code for each interface being
accessed from the CE device.
Hope this makes sense.
Nick