开发者

Free SOAP libraries for objective c

Are there any open source libraries for objective C that allow you to communicate with a SOAP based web servers. Manually working with SOAP flavoured XML is far from fun!

If there are none, +1 for info any non fr开发者_JAVA技巧ee libraries.


As far as I know, the only way is to generate a stub class from the WSDL description using a project like http://code.google.com/p/wsdl2objc/ and then incorporating that in your code.

I've added a project on Github which shows how to use different libraries for SOAP and REST, and also to deserialize the responses, in JSON, XML and other formats, right here: https://github.com/akosma/iPhoneWebServicesClient which might be helpful for you.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜