I want to save the data which i gather through my iphone app to my webspace in xml format so that the other user's can access it and see the data.
Thanks,
I want to save the data which i gather through my iphone app to my webspace in xml format so that the other user's can access it and see the data.
Thanks,
Use an HTTP client library such as ASIHTTPRequest or HTTPRiot. Issue a POST request to a resource on your server, with the XML included in the request body.