Skip to Content
0
Former Member
Jan 14, 2008 at 07:30 PM

RNIF adpater additional functionality through generic modules

20 Views

I have a B2B scenario where I'm using a RNIF adapter 2.0 Single action Request. We would like to change information within the Delivery Header and Service Header of our message. Is it possible to create a custom JAVA module to manipulate/change the values in the header tags.

We would like to modify the InstanceIdentifier within the Delivery Header and the GlobalUsageCode within the Service Header.

<DeliveryHeader>

......................

<messageTrackingID>

<InstanceIdentifier>51c79341beee11dcc1dd0017a44943b2</InstanceIdentifier> </messageTrackingID>

</DeliveryHeader>

<ServiceHeader>

........

<GlobalUsageCode>Production</GlobalUsageCode>

.......