I was given a simple task.
When requesting a given URL response, the response should simply be valid XML.
How do I achieve this?
The URL will contain all the necessary code to get the data and build the correct XML string. How can you continue to work and process the response to return only this line? The caller receives the XML string and populates it with the database, so I just have to provide this part of the project.
thanks
source share