ASIHttpRequest call Restful web service?
问题 Can ASIHttpRequest call Restful web service ? I knew that Restkit is good at it. If no,any easy way to convert ? Can we say that ASIHttpRequest is good at calling soap based web service ? Thanks for your comments ! 回答1: ASIHTTPRequest simply does a HTTP request. Nothing more, nothing less. Since REST is also just an HTTP request, you can use ASIHTTPRequest just fine with a restful web service. It doesn't do any parsing of the response, though, so if the response is JSON you still have to