Consuming a SOAP Web Service
I'm writing a small sample iphone application just to consume a SOAP Web service. Can anyone point me out how to get started? or any tutorial could help?
I've already know before how to connect via the web using NSURLConnection and get the response either XML or JSON. This is my first step to get hand开发者_JAVA百科s dirty when connecting to a SOAP web server.. and I don't know how? and I'm not a web Dev guy..
Pls. advise. Thanks
here is a good tutorial that can help u
UPDATE :
new link here
I have a static framework (still under development but working) which does SOAP/Web Service connections. You can find it at http://drekka.github.com/dXml/. It can do soap calls to web services, some very basic authentication, and has builtin xml parsing and XPath support.
Feel free to use the framework or just browse the source code for inspiration.
精彩评论