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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/jamiepinkham%40comcast.net

This email sent to [EMAIL PROTECTED]

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to