I n开发者_StackOverflow中文版eed to Call WCF REST Service from .NETCF 2.0 Smart Device Application. There us no "Add Service Reference" option for adding reference to WCF service in .NETCF 2.0 Smart Device Application.
I'd look at using something like RestSharp unless it's just a few calls, in which case just rolling your won HttpWebRequest implementation is pretty easy.
精彩评论