Can I call REST web services from Windows Mobile app
问题 I would like to build a simple REST web service (using Ruby on Rails). However, I would like to be able to call this service from a Windows mobile app. Is that possible? or do I have to use SOAP? I don't have much experience with Windows Mobile apps so it would be nice if you can provide pseudo code or link to tutorial for the possible case. Thanks, Tam 回答1: Yes you can. I've done it lots using the Win32 wininet API. You can also do it in C# using the System.Net HttpWebRequest API. 回答2: dim