[Help!] Remote acess to Win CE thru Web Service?
I have question about acess pocket PC (PPC) wirelessly.
The PPC runs windows CE 3.x and has internet connection through GPRS. An application on my desktop PC is neccessary to send message to the ppc, suppose the IP address of the pocket PC is known. Both of the applications on desktop PC and PPC are on .Net platform.
Is that possible and a good idea to build a Web service on the PPC so that the local application may send message through it? Or there is better idea?
Any advice would help!
[519 byte] By [
KCUK] at [2007-11-11 6:36:20]

# 1 Re: [Help!] Remote acess to Win CE thru Web Service?
It might be possible, although it's most likely impractical. Your PPC device has very limited cabailities in terms of processing power, memory, networking support and security. Therefore, your app will crash constantly or never soar in the first place. A better solution is to message the desktop-based server and have it do the bulk of the work.
Danny at 2007-11-12 0:15:42 >
