Re: Cocoa-dev Digest, Vol 5, Issue 1446
Re: Cocoa-dev Digest, Vol 5, Issue 1446
- Subject: Re: Cocoa-dev Digest, Vol 5, Issue 1446
- From: John Michael Zorko <email@hidden>
- Date: Tue, 12 Aug 2008 15:20:47 -0700
Pagtrick,
>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?
I've used gSOAP on OSX before in various C++ projects i've done. It works well in that context, though the gSOAP code generation utilities will generate straight-C code as well, which might be easier to wrap with an ObjC class. Regarding the platform you're targeting, I suspect I might be targeting the same platform. I might very well be on the same road as you ...
Regards,
John
Falling You - exploring the beauty of voice and sound
http://www.fallingyou.com
_______________________________________________
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