Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

ranjeet

macrumors newbie
Original poster
Sep 21, 2010
6
0
i am making an app in which user's data is send to a server...the data should be in xml format.

presently i have made a string and put all into it...like following format
NSString *s=[[NSString alloc]initWithFormat:mad:"<name>%@</name><address>%@</address>",name.text,address.text];

(this is just an example i have made a string with full xml tags including xml version tag)

and then send this through http post method....
i did it but dont know how to get response of server...please help ...any code will be helpful.....
waiting for answer
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.