I am writing an ipad app that's going to list data, including images, from a WS.
I am going to consume a web service written in .net (.asmx). I looked at 2 examples,
the seismicxml that uses NSOperation and uses an xml feed.
another awesome example from Wei-Meng Lee that does not use NSOperation but shows how to make the soap envelope and uses an asmx service.
My question: is it better to use NSOperation and threading? Or should I just forget about it and go with the simple implementation?
Plz help me, I am confused!
Thanks, Simone