I've been given a seemingly simple task.
When a given URL is requested the response should simply be some valid XML.
How do I achieve this.
The url will contain all the necessary code behind to get the data and construct the correct XML string. How do you then go ahead and manipulate the response to return this string only. The caller is receiving the XML string and populating a database with it, that's there responsibility I just need to provide this part of the project.
Thanks