cancel
Showing results for 
Search instead for 
Did you mean: 

Recursive Data types

former_member187437
Contributor
0 Kudos

Hi all,

There have been some threads about mapping of a message that has some recursive structures.

I am wondering how to define recursive structures.

Eg

<Persons>

<Person>

<Name>

<Height>

<Father>

<Name>

<Height>

<Father>

<Name>

<Height>

<Father>

.................

Can someone please explain me?

Message was edited by:

Aarthi

Message was edited by:

Aarthi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Aarthi

<b>look at this thread discuss the same</b>

Thanks!!

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

<i>how to define recursive structures.</i>

Do u mean the datatype creation? If Yes, then It is done in simple manner with heirarchical format of elements creation. Here the node is 0..unbounded instead of 1.

Recursive is the type of input that comes from the sender.

Regards,

Prateek