webMethods, OneData, and Terracotta  10.2 | Managing Master Data with webMethods OneData | Administering webMethods OneData | Asynchronous Messaging | Sample Deployment Job Output Formats
 
Sample Deployment Job Output Formats
:Data row as element: Data Object [Header Information Option - Exclude]
<?xml version="1.0" encoding="UTF-8"?>
 <datarow transaction_type='INSERT' table='BrandType' >
 <column name ='TYP_NM' ><![CDATA[Type1]]></column>
 <column name ='TYP_ID' primary_key='yes'><![CDATA[1]]></column>
</datarow>
Data row as attribute: Data Object [Header Information Option - Include in Message Body]
<?xml version="1.0" encoding="UTF-8"?>
<distribution>
<header>
<job><![CDATA[!Timejob]]></job>
<extract_date><![CDATA[2010-10-07 10:56:56]]></extract_date>
<onedata_version><![CDATA[6.1]]></onedata_version>
<repository><![CDATA[TM_TEST_LUNAR]]></repository>
<job_identifier><![CDATA[2582]]></job_identifier>
<message_identifier><![CDATA[1]]></message_identifier>
</header>
<data>
<datarow transaction_type='INSERT'table='BrandType' TYP_NM='Type1'
TYP_ID='1’/>
</data>
</distribution>
Table-column as element: Data Object [Header Information Option - Include in Message Body]
<?xml version="1.0" encoding="UTF-8"?>
<BrandType transaction_type='INSERT'>
<TYP_NM><![CDATA[Type1]]></TYP_NM>
<TYP_ID primary_key='yes'><![CDATA[1]]></TYP_ID>
</BrandType>
Table-column as attribute: Data Object [Header Information Option - Include in Message Body
<?xml version="1.0" encoding="UTF-8"?>
<distribution>
<header>
<job><![CDATA[!Timejob]]></job>
<extract_date><![CDATA[2010-10-07 11:01:35]]></extract_date>
<onedata_version><![CDATA[6.1]]></onedata_version>
<repository><![CDATA[TM_TEST_LUNAR]]></repository>
<job_identifier><![CDATA[2602]]></job_identifier>
<message_identifier><![CDATA[1]]></message_identifier>
</header>
<data>
<BrandType transaction_type='INSERT' TYP_NM='Type1' TYP_ID='1'/>
</data>
</distribution>

Copyright © 2011-2018 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Innovation Release