Receives 'Failed To Unmarshall Objects. Org.Jibx.Runtime.JiBXException' When Using MultiField AsFile
(Doc ID 2887582.1)
Last updated on AUGUST 04, 2022
Applies to:
Oracle Insurance Policy Administration J2EE - Version 11.3.1.10 and laterInformation in this document applies to any platform.
Symptoms
On : 11.3.1.10 version, General
When attempting to process AsFile when using MultiField, the following error occurs:
ERROR
-----------------------
Failed to unmarshall objects. org.jibx.runtime.JiBXException: Mapped value is not marshallable.
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Attempt to submit the AsFile through SOAPUI. FILEID: UCP
------------------------------
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:fil="http://FileReceived">
<soapenv:Header/>
<soapenv:Body>
<fil:processFileReceived>
<fileId>UCP</fileId>
<xml><![CDATA[
<AsFile xmlns="http://xmlns.xxxx/PAS/AsFileRequest/UpdatedCommissionablePremium">
<AsFileRequest>
<MsgDate>2000-01-01</MsgDate>
<MsgTime>09:30:10</MsgTime>
<MsgCorrelationGUID>#####</MsgCorrelationGUID>
<SourceApplicationID>SOAPUI</SourceApplicationID>
<SourceUserID>SOAPUI</SourceUserID>
<UpdatedCommissionablePremium>
<PolicyNumber>######</PolicyNumber>
<Segments>
<Segment>
<SegmentTypeCode>04</SegmentTypeCode>
<Layer>1</Layer>
<Phase/>
<AdjustedCommissionablePremium>10.00</AdjustedCommissionablePremium>
<AdjustementType>D</AdjustementType>
</Segment>
</Segments>
</UpdatedCommissionablePremium>
</AsFileRequest>
</AsFile>
]]></xml>
</fil:processFileReceived>
</soapenv:Body>
</soapenv:Envelope>
--------------------------------------------
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |