Hi,
I have designed a Outbound Interface:
<?xml version="1.0" encoding="UTF-8"?>
<MT_DMS_FINAL>
<Record>
<Row>
<FirstName/>
</Row>
</Record>
</MT_DMS_FINAL>
Now i write a Adapter Module to get the File name when the Sender File Adapter picks up the file iot reads the filename with the help of the Adapter Module and adds a element name called Filename to the outbound interface when i see it in the SXMB_MONI.
<MT_DMS_FINAL>
<Record>
<Row>
<FirstName/>
</Row>
</Record>
<FileName>test.xml</FileName> // This element has to be captured
</MT_DMS_FINAL>
Now how to get the element to be used in the Mapping (UDF) i mean .kindly help how to capture the entire xml and write the code to get the "FileName" element in specific,.
Advice
regards
Srini