remoting in compact framework...

  • 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
 
You must use only WebService or XML|SOAP messaging for .NET CF.
The first is prefered =)).
 
Back
Top