We are developing an application on PocketPC2002 platform
and we are trying to make webservice calls using HTTPS.
HTTP works fine but HTTPS does not work. The same code
which doesn't work on PocketPC, works on the laptop
with .NET Framework. I was hoping you could help me with
answering some questions:
1. Does HTTPS work for the System.Net.WebRequest.Create
(sURL), GetRequestStream, System.IO.StreamWriter library
calls we are making using the .NET Compact Framework?
2. Is there any sample code that Microsoft/other may have
which implements HTTPS on the handheld device (not
laptop)?
3. Is there anything special on the handheld device/.NET
Compact Framework that we need to know about with respect
to HTTPS?
4. Any known issues with HTTPS on the PocketPC 2002
platform that we need to be aware of?
We are developing using the .NET Compact Framework/Visual
Studio .NET 2003 environment. We have sample code which
works on a laptop in the .NET Framework environment but
fails in the .NET Compact Framework environment.
We would appreciate anything you could tell us. We are in
a bit of a bind.
Thanks,
Earle