Iphone SOAP request step by step tutorial

14,292

Solution 1

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

Solution 2

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

Solution 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.

Share:
14,292
Arto Uusikangas
Author by

Arto Uusikangas

Program Developer in the middle of the dark forests in Småland, Sweden. Good skills with PHP, XSLT, XML and XSL-FO. Else, i engage in some golf in the summers and like movies...

Updated on July 20, 2022

Comments

  • Arto Uusikangas
    Arto Uusikangas almost 2 years

    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.