Hey!
I would like to create a link between a winMo device and a server, so that they can pass information back and forth to each other. I actually don't really know where to start, I've had SOAP, RPC and creating a TCP link suggested to me. If someone could provide a link to an example that would be great.
Thanks!
Thanks for the responses. Updates:
- It's not critical that the server initiate the communications, I could have the mobile device poll the server
- timing is not ultra critical
- I would prefer that it uses some open standard, if I wanted to also communicate with a palm device as well for example.
- I had the idea that webservices were one way, unless the mobile device runs a server also?!