How can i consume consume XML web service in Metro app?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Start by reading up on the new HttpClient class and a Microsoft sample demonstrating it.
Then check out the sample Metro Flickr app as part of the Cocoon Framework sample which connects to Flickr’s Web API and displays results via XML (and illustrates fantastic data virtualization and placeholder use on large data sets within a metro app mind you).