Inbound XML Envelope Sample
Inbound Sample
The following example is a sample XML inbound envelope:
<?xml version="1.0" encoding="UTF-8"?>
<distribution>
<header>
<onedata_version><![CDATA[6.1]]></onedata_version>
<repository><![CDATA[DEV2]]></repository>
<client_id><![CDATA[1]]></client_id>
<project_id><![CDATA[1]]></project_id>
<schema_id><![CDATA[1]]></schema_id>
<objectid><![CDATA[9021]]></objectid>
<alternatekey><![CDATA[COLUMN1]]></alternatekey>
<decode><![CDATA[true]]></decode>
<partialcommit><![CDATA[true]]></partialcommit>
<skipemptycolumns><![CDATA[true]]></skipemptycolumns>
<processingmode><![CDATA[insert]]></processingmode>
</header>
<data>
<!-Replace the data XML here-->
</data>
</distribution>