Hi, i'm new to iPhone programming and web service too. I'm trying to get a file from a Rest web service written with c#, the service return a byte array, the file is 15Mb. I've try to many ways to get the file but if i get the file inside an XML response, i need to parse with NSXMLParser that make my application crash because alloc a string in memory and it also make the file bigger and i also need to convert on base 64.
How can i get the file without XML response?