Recently we had a small project for the IPhone where we need to retrieve data from a web service.
Our first aproach was to see if in the Apple SDK for the IPhone was something like the WSMakeStubs tool in Mac OSx.
We didn’t found anything similar and we are almost implementing the requests and xml parsing manually until our colleague Barrenho found these nice tools:
- http://sudzc.com/ – Generates a full project with classes, gives full source code, test application, documentation and wsdl file. Our current pick.
- http://code.google.com/p/wsdl2objc/ – Also generates classes but has some problems with more complex types in the WSDL specification.
Thanks Barrenho.
Leave a Reply