Iphone SOAP request step by step tutorial

与世无争的帅哥 提交于 2019-12-05 05:10:06

问题


I've been looking here for some answers to this question and have found some resources but not really found the "spot on" tutorial.

So i would be grateful for any posts of tutorials on howto get SOAP working in an iphone app.

I have seen that it can be done using NSURLconnection. But as I am pretty new to Objective C programming i would have wanted to see a step by step tutorial. Like an SOAP "Hello World" if you would like.


回答1:


Also, Alexander Griekspoor wrote a nice hands-on, two-part tutorial in MacResearch (part1).




回答2:


I wrote two tutorials covering SOAP in iPhone using Google's wsdl2objc, here and here




回答3:


Consuming SOAP services has traditionally been not an easy task in Cocoa, but things are changing. You could use wsdl2objc to generate Objective-C classes from WSDL. They have usage instructions here.



来源:https://stackoverflow.com/questions/3624918/iphone-soap-request-step-by-step-tutorial

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!