I want to retrieve a word document through a web service call in Objective-C.
I have three question on this task:
- How to retrieve the word document from a webservice call in Objective-C. (Inside the webservice I retrieve the document through a database call as the word document is stored in the database).
- How can I store it in the sand box after retrieval ?
- How to open the word document in Objective-C?