Hi,
The scenario is file to file. Inbound and async. The encrypted data is coming from third party. we are decrypting it and doing the content conversion. Earlier there was only 1 node. now the requirement is that they will be sending the header also. now there are 2 nodes with children. earlier there was only 1 node with children and the data was processing successfully. now when I have added header the fields of the header are not getting the value. Like header has the fields like Number_of_records, sbm_system_date etc.. but the fields of the header are getting replaced by the fields of the other node. I have attached the screenshots for the same. let me know if you need any more information. The payload is like below
<?xml version="1.0" encoding="utf-8" ?>
-<ns:MT_BillingData_SBM xmlns:ns="http://pspcl.com/xi/SBM/IF0043_BillingData_100">
-<BillingData_SBM>
<SUB_DIVISION_CODE>11</SUB_DIVISION_CODE>
<Connected_Pole_INI_Number>11:26:09</Connected_Pole_INI_Number>
<NEIGHBOR_METER_NO>I0027G14_14082014112726.enc</NEIGHBOR_METER_NO>
<STREET_NAME>1</STREET_NAME>
<INSTALLATION>I0027G14</INSTALLATION>
</BillingData_SBM>
-<BillingData_SBM>
<SUB_DIVISION_CODE>4272</SUB_DIVISION_CODE>
<Connected_Pole_INI_Number>J-DP06-FL12-031-004_G-1-P07</Connected_Pole_INI_Number>
<INSTALLATION>5000057583</INSTALLATION>
<MR_DOC_NO>200000001829984</MR_DOC_NO>
<SCHEDULED_MRDATE>25-04-2014</SCHEDULED_MRDATE>
<METER_NUMBER>10089749</METER_NUMBER>
<MANUFACTURER_SR_NO>3376181</MANUFACTURER_SR_NO>
<MANUFACTURER_NAME>Capital Meters</MANUFACTURER_NAME>
<CONTRACT_ACCOUNT_NUMBER>100106763</CONTRACT_ACCOUNT_NUMBER>
<CONSUMPTION_KWH>16430.000</CONSUMPTION_KWH>
<CONSUMPTION_KWAH>18256.000</CONSUMPTION_KWAH>