In xcode, I use doHTTPPOST method to write a data to a XML file residing in the server (IIS 6.0).
I get http 405 method not found error, enable GET,POST, PUT method in the server.
Do I need to do something in order to write contents to a file from xcode?
I can use doHTTPGET to read the contents of the same file? Any thoughts?