HTTPS on Compact Framework

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Earle Oxner

    #1

    HTTPS on Compact Framework

    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.WebR equest.Create
    (sURL), GetRequestStrea m, System.IO.Strea mWriter 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


Working...