Hello,
I am developing one iPhone application where I need to send some data (in XML format) from iPhone to server, on the server side I will parse that XML and get data for each XML node and than use them as per my requirement.
My question is:
- How will I form the XML file on iPhone?
- How will I send that XML file to server?
Which methods I will use.
Regards, Pratik