1. XOGOUT RISK object by using content_pack_read.xml as below.
<?xml version="1.0" encoding="UTF-8"?>
<NikuDataBus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/nikuxog_read.xsd">
<Header version="12.0.1.5063" action="read" objectType="contentPack" externalSource="NIKU">
<args contentType="view" name="order_by_1" value="code"/>
<!--args name="no_dependencies" value="true"/-->
</Header>
<ViewQuery>
<Filter name="object_code" criteria="EQUALS">risk</Filter>
</ViewQuery>
</NikuDataBus>
2. Execute XOGIN output xml which is created by above step without any changes. It will fail with below error.
<XOGOutput xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/status.xsd">
<Object type="contentPack"/>
<Status elapsedTime="0.0 seconds" state="FAILURE"/>
<Statistics failureRecords="0" insertedRecords="0" totalNumberOfRecords="0" updatedRecords="0"/>
<ErrorInformation>
<Severity>FATAL</Severity>
<Description>[Error] :1:1: tag name "links" is not allowed. Possible tag names are: <nls>
</Description>
<Exception type="java.lang.Exception">Invalid xml data</Exception>
</ErrorInformation>
</XOGOutput>
- Expected Results: XOGIN will be completed without any error.
- Actual Results: XOGIN will be failed with error.