tags:

views:

54

answers:

1

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?

A: 

I've looked at TouchXML, KissXML and have settled on using GDataXML (part of the Google Objective C client library).

TheArtTrooper