What is your situation? Ok, let me tell you mine and probably you will find similarities. I get input data (strings) from a web service of a Public Greek Organization. The web service gets an xml document. There are 2 possible formats in xml: 1. The xml document is in UTF8 encoding If the
Tag: AFNetworking
Getting xml data from a web service (Part 1 – AFNetworking 101)
Lets say that we are in a situation that an external source offer as web service a useful xml feed. Our iOS app can use this feed in order to present various data or calculate new values based on that data. I want to get the xml data, usually we have to visit a specific
Continue reading Getting xml data from a web service (Part 1 – AFNetworking 101)