Originally posted by: SystemAdmin
Many thanks for the info,
The problem I have is that I will be receiving the XML request over MQ
.
The scenario is:-
1.XmL Request received over MQ let the request have MQ Msg id as 12345.
Example:-
<Request>
<someheaders>
<ref>userref</ref>
<name>userref</name>
</someheaders>
<Payload>amount=20,destination=euro,fee=100</Payload>
</Request>
2. I need to translate this to:-
<StrucutredRequest>
<someheaders>
<ref>userref</ref>
<name>userref</name>
</someheaders>
<frompayload>
<amount>20</amount>
<destination>20</destination>
<fee>100</fee>
</frompayload>
<Payload>amount=20,destination=euro,fee=100</Payload>
</StrucutredRequest>
This structured request needs to have the correlation id as 12345.
I am not sure about the router as i think if we use router map then i will have to route the request to the another MQ and dont know how to manage the MQ Message id and correlation id mapping thing.
#DataExchange#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender