Upload Storage
During upload of data from external systems, XML documents are posted to OMD. These XML documents can be stored on the OMD server file system by using the storePostedXML
preference. This allows developers and implementation partners to trace the content of what has been posted. These XML documents are archived after a few days.
storePostedXML | ||
---|---|---|
Type | Default Value | Example |
Boolean | false | true |
To store these XML documents in the database rather than on a file system, use the storedPostedXMLInDatabase
preference.
storePostedXMLInDatabase | ||
---|---|---|
Type | Default Value | Example |
Boolean | false | true |