After creating an asp page and an asp.net web service, I attempted to retrieve the response of the webservice using JavaScript in the asp page. However, instead of getting the desired result, this was returned:
<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://localhost/DevTrack4U">**True**</string>
I am trying to extract the value that is True, but unable to do so. How can I successfully retrieve this data?