Need help in WTX mapping

Formally known as "Mercator Inside Integrator 6.7", DataStage TX enables high-volume, complex transactions without the need for additional coding.

Moderators: chulett, rschirm

Post Reply
bobs_ktr
Participant
Posts: 1
Joined: Wed Dec 29, 2010 12:54 pm

Need help in WTX mapping

Post by bobs_ktr »

Hi All,
Please help me in resolving this WTX mapping issue, I really appreciate any kind help,suggestions

Problem
--------------------------------------------------------------------------------

We have a SOAP XML input with a non xml payload(swift like), we have the XML input type tree which need to be mapped to a XML output type tree(Canonical structure).The non xml payload need to be splitted and mapped to multiple fields in the output type tree.

Input Structure
--------------------------------------------------------------------------------
<Envelop>
<Header>
</Element 1>
</Element 2>
<Body>
</Element1>
</Element2>
<Element3> Non XML payload </Element3>
</Body>
</Envelop>

Output Structure

--------------------------------------------------------------------------------
<Body>
<Element 1>Body Element1</Element 1>
<Element 2>Body Element2</Element 2>
<Block1>Non XML payload Line1</Block1>
<Block2>Non XML payload Line2</Block2>
<Block3>Non XML payload Line3</Block3>
</Body>

Thank you
-Bobby
wtx_dev
Participant
Posts: 10
Joined: Wed Jul 18, 2007 7:40 am

Post by wtx_dev »

Did not understand question, can you send sample data files. it can be worked out by creating customized type trees.

Thanks
wtx_dev
Participant
Posts: 10
Joined: Wed Jul 18, 2007 7:40 am

Post by wtx_dev »

Did not understand question, can you send sample data files. it can be worked out by creating customized type trees.

Thanks
Post Reply