I have never interfaced with a web server before, i know little bit of xml but don’t know anything about http headers. I need to basically connect to a server and pass information (using Cocoa-touch) and this is the information that was provided:
Request headers:
POST https://www.example.org/example
Content-Type: text/xml
Content-Length: 638
Authorization: [[developer-key]]
and i was given this request body:
<LetterValues>
<FullName><![CDATA[John Doe]]></FullName>
</LetterValues>
The request body is more than just this, I removed a lot just to keep it simple.
So can someone point me to a tutorial or right direction about how I can pass in this information?
DO THE ABOVE THING, AND IMPLEMENT FOLLOWING:
THIS WILL HELP YOU. 🙂
ADDITION: Download code from following link that will tell you how to implement above methods Sizmic XML.