I am trying to generate XML request to be sent to server over Http Post. I am aware of ASIHttpRequest library and want to use it.
I have two questions regarding this: 1) How to generate XML request? (Which is best library to use? GData/libXML/KissXML? or else?) 2) How to send it to server using ASIHttpRequest?
Please help. Thanks in advance.