TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
christian mitsos
NA
1
3k
Metro app RESTful http request
Feb 14 2012 9:54 AM
Hi,
I´m trying to receive a response from a weather server that implements a REST webservice. The webservice returns a xml response.
I came across an example-application that displays blogreadings, and was hoping to be able to modify it for my purpose..
Could you please clarify if the SyndicationFeed variable will contain the response (in my case the xml file)?
private string uri = the uri to the weatherservice I'm trying to access.
SyndicationClient client = new SyndicationClient();
Uri feedUri = new Uri(uri);
SyndicationFeed feed = await client.RetrieveFeedAsync(feedUri);
I ws hoping that "feed" would contain the xml response, but not sure if I have understood the concept right..
I am trying get some indication that I receive something but fail to do so.
cheers / Christian
Reply
Answers (
0
)
Silverlight treeview finding the item while entering into textbox
Treeview search items problem in Silverlight 4/5