Re: Cocoa and SOAP without WebServicesCore

2008-08-15 Thread patrick machielse
Op 15 aug 2008, om 01:07 heeft Rohan Lloyd het volgende geschreven: On 13 Aug 2008, at 6:26 AM, patrick machielse wrote: 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

Re: Cocoa and SOAP without WebServicesCore

2008-08-14 Thread Rohan Lloyd
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

Re: Cocoa and SOAP without WebServicesCore

2008-08-13 Thread Thomas Engelmeier
Am 12.08.2008 um 22:26 schrieb patrick machielse: 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

Re: Cocoa and SOAP without WebServicesCore

2008-08-13 Thread Thomas Engelmeier
Am 13.08.2008 um 11:06 schrieb patrick machielse: a.) it works but can be hell if you have to debug, especially if you have to load 100kb+ generated source files in Xcode. Hmm, thanks for the warning. On the other hand, the documentation of gSOAP, and the available recourses on the web,

Cocoa and SOAP without WebServicesCore

2008-08-12 Thread patrick machielse
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