I create NSURLConnection to send an request like "http://www.mysiteabc.com/[email protected]&password=123321" and recives an xml like
<response>
TOKEN=abcdef
</response>
in NSData. Anybody can tell me how to read TOKEN from NSData return by NSConection.