Hi,
The structure of my interface is as shown below:-
Input Structure:
occurrance
<Header/> ==> 1
<Recordset> ==> 0...*
<Master/> ==> 0...*
<Detail/> ==> 0...*
<Contact/> ==> 0...*
<Earning_History/> ==> 0...*
<TAMS/> ==> 0...*
<Recordset/>
<Trailer/> ==< 1
Output Structure:
<Header/> ==> 1
<Master/> ==> 0...*
<Master/>
<Detail/> ==> 0...*
<Detail/>
<Contact/> ==> 0...*
<Earning_History/> ==> 0...*
<TAMS/> ==> 0...*
<Trailer/> ==< 1
The output structure will not contain the Recordset Tab.
The structure must be as shown above.
How is this possible without Java mapping ?