TheArtTrooper
TheArtTrooper

Reputation: 1105

Create XML Data on iOS for Web Service Request

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

Answers (1)

TheArtTrooper
TheArtTrooper

Reputation: 1105

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

Upvotes: 3

Related Questions