I have a restful web service that generates two types of output based on the URL called. Both methods return some XML logging information.
I’d like to have a button for each type of report on the same view and on return, display the xml data on the screen.
Can anyone provide any guidance or point me in the direction of a tutorial on how to achieve this?
If you want to do it server side, you could use RestSharp or something similar. Or you could make the request and parse it manually.