Re: WebServices / SOAP / REST
Re: WebServices / SOAP / REST
- Subject: Re: WebServices / SOAP / REST
- From: Jamie Pinkham <email@hidden>
- Date: Fri, 21 Nov 2008 11:20:45 -0500
Greg,
The beauty in REST is its simplicity. It's simply a request to a web
server. Just like requesting a page. The response is representation
of the data requested, in a specific format (XML, json, etc) Hence,
Representational State Transfer :). If you're looking into
interoperating with SOAP based web services, take a look at this:
http://developer.apple.com/documentation/Networking/Conceptual/UsingWebservices/1_intro_folder/chapter_1_section_1.html
HTH,
Jamie
On Nov 21, 2008, at 10:34 AM, Greg Deward wrote:
Good morning!
Does anyone have any good tutorials on building nTier applicaitons
using REST and Cocoa? I'm coming from .NET/C# and Visual Studio
takes care of all of the WebServices magic using SOAP. Everything
there is just a simple method call. The book I am using now is
teaching basic Cocoa and Objective-C, but I really need to satisfy
my curiosity.
Thanks, in advance.
-- Greg
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden