Web Services on Cocoa
Sunday, August 27th, 2006I’m wondering what the best way of implementing a Cocoa-based SOAP client is. Apple’s support for Web Services seems rather skimpy and gSOAP, while it would work, is a non-optimal way of gluing together SOAP services and Objective-C code. Does anyone have an interesting solution for this?
I know that the Phanfare guys have a solution [...]