objective c - How to read and write XML on a web service with iOS -


i'm working on switching ios app on storing data using archiving accessing xml files on web service, in order have 1 central database many users. i've found resources explaining how use nsxmlparser, little explains how create or edit xml files on database information entered text fields on app.

the web service , running, catch-22 can't verify parser works without being able enter data , having save web service.

the data pretty basic. example, might have car object has few nsstring properties- year, make, model, color, , on. need able add , delete cars, edit properties. suggestions?

in terms of reading data, wrote simple xml parser ios called coniferxml. can check out @ github. if doesn't work out there library on github little more complex same thing.


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -