hii every one,
in iphone apps we can use SOAP protocal for accessing web service, but we should pass data in xml format,,is the开发者_C百科re any protocol which can be used on iphone in which data should not be passed in the form of xml,,,,,thanx in advance
Have you heard about ASI? Check this out: http://allseeing-i.com/ASIHTTPRequest/
Using this wrapper you can send your post data in NSDictionary
. There are plenty of other useful wraps.
精彩评论