Siebel Business Process & Functionality (MOSC)

MOSC Banner

(SBL-EAI-00254)

edited Oct 7, 2015 10:04AM in Siebel Business Process & Functionality (MOSC) 1 commentAnswered

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"));

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center