Remoting

  • Thread starter Thread starter glenn
  • Start date Start date
G

glenn

I am looking at using Remoting to attempt to communicate between a PDA app
and a remote server that will be hosting a service to receive XML
communications, run appropriate functions and then respond back to the
client.

Can anyone tell me if the PDA via compact framework will be capable of this
type of communication before I get too far?

Thanks,

glenn
 
Remoting is not supported, as mentioned previously in this very thread. You
might use Web services as an alternative or search for "remoting" in the
newsgroup archives and take one of the other approaches mentioned there.

Paul T.
 
Back
Top