开发者

Creating and consuming a REST web in Objective-C

开发者 https://www.devze.com 2023-02-17 22:35 出处:网络
I have created small application on iOS and have worked on web-services in .Net. However,I am new to both REST and consuming services in Objective C (REST and SOAP both).

I have created small application on iOS and have worked on web-services in .Net. However, I am new to both REST and consuming services in Objective C (REST and SOAP both).

I need your guidance in creating a basic REST web service ( if possible in .Net ) and consuming it Objective C for iPhone application.

I would appreciate if you开发者_开发知识库 direct me to text/video tutorials in these two regards.

Your suggestions are welcome.

Thanks, Ajit


Just did an iPhone project hitting a REST service. To consume, try asihttprequest. Very good and used by many other apps.

How to use it (examples)

0

精彩评论

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