The structure of my inbound message is :
Message_A
Fileld_1
sub_structure
Filed_2
Field_3
In the receiver communication channel, I input 'sub-structure' in the field 'recordset structure' shown in the tab 'Content conversion parameters'
The message contents inside 'sub-structure' is supposed to be passed out and sent the destination defined in receiver communication channel. It work in my situation but a space line was added in the first row.
If I modify the struture as below. Then a space line was added at in the last row.
Message_A
sub_structure
Filed_2
Field_3
Fileld_1
I want to remove the space line. Pls. help