How do I transfer XML documents over http?
Created May 4, 2012
Software Framework Set the content type to text/xml.
An XML file is just a text file. You only have to change the
content type so that server or client
knows what it is being sent.
Created May 4, 2012