After searching around for a while, I have been unable to find any helpful samples/tutorials on using a SOAP interface in an iPhone/iPad app. If someone knows of any good ones regarding SOAP and/or XML parsing of the response I would greatly appreciate it.
Thanks in advance!
~KS
Alright, well I’ve managed to get something working that is able to post and receive/view a response from a SOAP service in my iPhone app as of xcode 4.0.
http://abhicodehelp.blogspot.com/2010/12/handling-soap-with-iphone.html
I used bits of code from the above link in combination with some of my own exploration with regards on how to actually authenticate with a username and password which I’ve added below.
While old, the link below seemed to be a much more popular question when asked so im sure there are some more resources available that I didn’t end up using.
How to access SOAP services from iPhone.
Hope this helps anyone with a similar question!
-Karoly