I have an application from an external provider (it's not mine) that through a webservice call by a url returns an XML with the data resulting from the query on the browser screen. I have the problem in that I do not know how to capture that xml data to manage them and programmatically and sort the results in a table.
How could I do it? If it can be through asp, better.
Thank you very much.