Tamino does not make a difference on the storage method used. It does not matter whether you use PUT, POST or anything else to store a document.
Tamino does not preserve the byte-by-byte representation of XML documents, this is true if you store data as XML. There are two areas which are involved
a) encoding. Tamino transforms all documents into Unicode before processing them. As you know, transformation back to the original encoding is not in all cases unambiguous, therefore the resulting document might differ in the code points used (although semantically equivalent
b) XML model. XML declares attributes to have no fixed sequence, defines to be equivalent to etc.
Tamino guarantees the following: if you store a document, the canonical XML representation of this document is identical to the one produced from the retrieved document. Canonical form refers to the standard on Canonical XML at W3C.
You can store any data (including XML) as so-called nonXML. The issue b) is not applied, because Tamino does not handle the data as XML
Regards
Harald
#Tamino#API-Management#webMethods