Reputation: 1105
On the desktop I prepare the web service request payload in an NSXMLDocument. On iOS there is no NSXMLDocument. What approaches have folks used to include XML in the payload of a web service request on iOS?
Upvotes: 4
Views: 1407
Reputation: 1105
I've looked at TouchXML, KissXML and have settled on using GDataXML (part of the Google Objective C client library).
Upvotes: 3