开发者

How do I consume web service in objective -C using secured protocol like https

I have a web service developed in C# that I am trying to consume on the iPad. The web service returns JSON which should be fairly simple to read.

开发者_运维技巧

Are there any good tutorials or examples for iPad application consuming web service over HTTPS protocol out there ?


do you know about http://allseeing-i.com/ASIHTTPRequest/How-to-use ? its a really easy to use http-request framework.

in combination with http://code.google.com/p/json-framework/ it solved all my problems with objective-c and json-requests


NSURLRequest (link) and NSURLConnection (link) are what you're looking for as discussed here

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜