EAI XML Converter - removing the child
Hi,
I am trying to append Child hierarchy to a Parent and convert the XML to Doc. For some reason, its removing the child hierarchy.
Input:
@0*0*1*1*0*0*11*EscapeNames5*FALSE4*2*13*SiebelMessage0*9*MessageId7*1-1I6BA11*MessageType18*Integration Object13*IntObjectName26*GetSubscriptionContacts15*IntObjectFormat19*Siebel Hierarchical0*1*32*
ListOfGetSubscriptionContacts0*3*0*26*BCF Subscriptions Products0*8*LastPage5*false11*StartRowNum1*14*Name51*Vancouver0*1*21*
ListOfBCFSubscription0*4*0*16*BCF Subscription0*10*First Name7*ULISSES25*BCF Primary Email Address16*us@gmail.com14*BCF Customer #8*100018889*Last Name5*ALVES
output:
<?xml version="1.0" encoding="UTF-8"?><SiebelMessage
MessageId="1-1I6BA"
MessageType="Integration Object"
IntObjectName="GetSubscriptionContacts"
IntObjectFormat="Siebel Hierarchical"
><ListOfBcfgetsubscriptioncontacts
><BcfSubscriptionsProducts
><Name
>Vancouver</Name
><LastPage
>false</LastPage
><StartRowNum
>1</StartRowNum
></BcfSubscriptionsProducts
></ListOfBcfgetsubscriptioncontacts
></SiebelMessage
Can you please let me know what am I missing here. Why is the Child missing after XML is converted to Doc.