On 13 Aug 2008, at 6:26 AM, patrick machielse wrote:
I have a number of projects that require communication with a server
using SOAP. Over the last couple of years I've been able to make
this work on Mac OS X by leveraging WebServicesCore API, wrapped in
Objective-C.
Now I find myself having to deploy to a platform where not even this
feeble API is available. I've been investigating alternatives, and
found the gSOAP library, which at the moment looks like the best
candidate. However, ideally I would like to use a pure Cocoa
solution, or a project which has existing Cocoa wrappers. Does
anyone have experiences with gSOAP on OS X, or know of a good
alternative?
A while back I was looking for a way to handle SOAP in Cocoa, and
couldn't really find anything... I experimented with using RubyCocoa
and accessing SOAP from ruby. I had never used ruby before, but I got
something working pretty quickly.
I believe there's a way to call ruby from Objectove-C too, so you
could put all the soap code in ruby and call it from standard Cocoa
Objectve-c
_______________________________________________
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]