I am working on a web service based iPad application. Since the application is fully based on web service I have to create a lot of xml files for web service request. Now I am hardcoding the xml request and passing parameters into it. Is there any way to create xml files dynamically in objective C ?
Share
No need to hardcode.
You can automate the task by creating xml files.
You can yourself create an xml creator to create files according to your need.
Or ,
You can get help from here.