I am getting an input message with the below structure. All these are fixed width structures
- File Header
- Record header
- Record Detail
- File Trailer
File header and trailer can occur only ...
I had defined my message structure with the detail node (OMTXRPLY-LINE-DETAILS) repeating for 10 times and in the message it was repeating once. When I modified the ...
I am getting parsing errors while trying to convert XML message to copy book structure (CWF format). I could populate the message structure correctly, but in the final output node it is giv ...