How to send a HTTP request to a web service using Objective-C ? I need to fetch some data from my MySQL DB, so I need to send the request so I could fetch the data.
There are many ways, but perhaps the easiest is to use an existing framework, ASIHTTPRequest.
See: http://allseeing-i.com/ASIHTTPRequest/