Reputation: 19
I want to know how to call php webservice from iPhone application.Also i have to pass parameters to the webservice.Can anyone tell me how to do this?
Upvotes: 0
Views: 475
Reputation: 42554
Take a look at ASIHTTPRequest
. Great library for doing what you're asking for.
Upvotes: 1