Re: Compact framework and web services
From: Dan Bass (danielbass)
Date: 12/21/04
- Next message: Tod Johnson: "termination of crashed program"
- Previous message: Thomas Hansen: "Re: Could you tell me how to download VS2005 beta (not express)?"
- In reply to: Krudler: "Compact framework and web services"
- Next in thread: Krudler: "Re: Compact framework and web services"
- Reply: Krudler: "Re: Compact framework and web services"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 21 Dec 2004 10:00:35 -0000
There may not be too much in the way of calling web services through SSL
from the .Net CF framework, but there is for doing this from the .Net
framework...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT14.asp
[beware of line wraps]
For starters, the device will need to get the certificate of the secure
server...
http://www.explosivedog.com/blog/archive/2004/06/21/348.aspx
[beware of line wraps]
Let me know how you get on.
HTH
Daniel.
"Krudler" <bdw4@waikato.ac.nz> wrote in message
news:u$MVvYv5EHA.1396@tk2msftngp13.phx.gbl...
>
> Hi
>
> I have a compact framework application that gets information from a web
> service running on a server. It works fine until I enable ssl on the web
> site. - I change the URL of the webservice in my cf app to https, run the
> app and get the error "a native exception has occurred in ...." which
> occurs as soon as the webservice is called.
> I cant debug properly i just reach the webservice call and it crashes.
> there are calls to any other methods on that line.
>
> Are there any other setting that you need to apply before the web service
> will work. I have search the web but cant seem to find much information on
> calling ssl web services on the compact framework.
>
> does anyone have any helpful links or information?
>
> I was considering using wse but havent been able to find much information
> on this either..
>
>
> Thanks
>
>
- Next message: Tod Johnson: "termination of crashed program"
- Previous message: Thomas Hansen: "Re: Could you tell me how to download VS2005 beta (not express)?"
- In reply to: Krudler: "Compact framework and web services"
- Next in thread: Krudler: "Re: Compact framework and web services"
- Reply: Krudler: "Re: Compact framework and web services"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|