SOAP Client now open source

SOAP Client icon

SOAP Client is now an open source project (BSD) on Google Code

Highlights in the SOAP Client code are:

  • Extensive use of Apple’s C-based (Carbon-ish) WebServices Core for SOAP programming. Example code using this framework is very rare, and I’m constantly getting requests for pointers or helpers with this framework… so now anyone can check out the SOAP Client source to see everything I’ve figured out over the years!
  • HTTP authentication using CFNetwork, Apple’s C-based networking stack. Another area without a ton of example code out there.
  • A massive (yet very-well-organized if I do say so myself) XSLT file that transforms WSDL to XHTML interfaces. Some of the SOAP Client C/ObjC code is quite hairy, but I’m very proud of this XSLT program.

About this entry