how to dynamically invoke web service at runtime to window Phone 7
how to dynamically invoke web service at run time to window Pho开发者_如何学运维ne 7.
It's hard to give any specific answer since the question is quite vague. However, download the Weather Forecast
sample code from this page which focuses on consuming web services.
Depending on the web service and the handled data, you can use the good old WebClient and/or HttpWebRequest.
精彩评论