Re: WebServices / SOAP / REST
Re: WebServices / SOAP / REST
- Subject: Re: WebServices / SOAP / REST
- From: "Kyle Sluder" <email@hidden>
- Date: Fri, 21 Nov 2008 11:28:05 -0500
On Fri, Nov 21, 2008 at 10:34 AM, Greg Deward <email@hidden> 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 (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