I am going to use gSOAP to interact with the WCF web service in my Mac project. It does pretty much what I need, and it does it well (pretty much the exact opposite of WSMakeStubs;)). The only drawback is that it is only C / C ++, that is, I need to either convert all my types to C types on the fly, or write a complete wrapper solution to do this for me.
I would prefer not to reinvent the wheel here, and I am obviously not the only one who wanted to do this, but so far I have not been able to find anyone who has actually published any code for this.
Does anyone know of any available code that will save me from having to write all this myself?
source
share