(SBL-EAI-00254)
Hi,
I have searched with error code(SBL-EAI-00254) but couldn't find anything.
Any help regarding the following the error.
---------------------------
Siebel
---------------------------
The XML Hierarchy cannot be converted to an XML Document.(SBL-EAI-04112)
Input Property Set should have only ONE child of type 'XMLHierarchy'(SBL-EAI-00254)
---------------------------
OK
---------------------------
This is my piece of code.
var svc = TheApplication().GetService("EAI XML Converter");
var child2= TheApplication().NewPropertySet();
child2.SetType("SiebelMessage");
child2.SetProperty("MessageId","");
child2.SetProperty("MessageType", "Integration Object");
child2.SetProperty("IntObjectName", "Plan Eligibility IO");
var XMLOutputs = TheApplication().NewPropertySet();
child2.SetProperty("Product",GetFieldValue("Name"));
child2.SetProperty("Description",GetFieldValue("Description"));
child2.SetProperty("Product Id",GetFieldValue("Id"));