Iphone SOAP request step by step tutorial

2019-04-02 02:59发布

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.

3条回答
手持菜刀,她持情操
2楼-- · 2019-04-02 03:20

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.

查看更多
beautiful°
3楼-- · 2019-04-02 03:32

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

查看更多
成全新的幸福
4楼-- · 2019-04-02 03:42

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

查看更多
登录 后发表回答