I have some XML data that I want to transmit to a web server and the response is also in XML.
I am trying to use Cocoa to parse the XML. I have followed this document to create the XML and transmit it, but the document doesn't explain very well how you can receive the XML response from the server.
I haven't been able to find any good examples using google either. Can someone point me to some good resources to integrate XML and Cocoa? Thanks