On Fri, Nov 21, 2008 at 10:34 AM, Greg Deward <[EMAIL PROTECTED]> wrote:
> 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.

So do you want SOAP or REST?  Cocoa's native RPC mechanism is known as
Distributed Objects (DO), but it's not nearly as Internet-friendly as
SOAP and REST.  Cocoa does do WSDL, supported by the Web Services
Core, though the documentation is a bit out of date:
http://developer.apple.com/documentation/Networking/Conceptual/UsingWebservices/1_intro_folder/chapter_1_section_1.html

--Kyle Sluder
_______________________________________________

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