Program update via web service, possible?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We currently have an application that runs on the Pocket PC that communicates with a web service written in VB.NET. Is it possible to send program updates from the web service to the Pocket PC?

Thanks in advance.
Chris.
 
One way of doing this would be to have the webservice function return the
name of a file to download.
You'd then need a seperate application to then get this file (via ftp
perhaps?) and install it...


Chris Podmore said:
We currently have an application that runs on the Pocket PC that
communicates with a web service written in VB.NET. Is it possible to send
program updates from the web service to the Pocket PC?
 
Back
Top