Hello All,
I had implemented the updating of RFH2 header details by creating a dynamic udf and then making the changes in JMS receiver channel by selecting the option "Use Adapter Sepecific Message Attributes" as shown below in the screenshot.
But now the clients want some more details to be input into the RFH2 header. They want all of the details mentioned above to be input into a XML tag called TietoRouter in RFH2 part and also create another tag called "CustomNew" to include the user details.
The ultimate structure they want in the receiver file's RFH2 header is as given below enclosed in between the asteriks,
**************************************************************************
RFH..
…
<usr>
<TietoRouter>
EAI_Sender_Code= *****
EAI_Sender_Code_Qualf=**
EAI_Receipient_Code=**
EAI_Receipient_Code_Qualf=**
EAI_Type_name=******
EAI_Version_number=
EAI_Control_Reference=
EAI_Date_of_Preparation= CREDAT from sender data
EAI_Time_of_Preparation= CRETIM from sender data
</ TietoRouter >
<UserDetails>
… other user’s details here
</UserDetails>
</usr>
< Here starts message body…
******************************************************************************
Please help me with this.
Thanks,
Ajeya G V
