Page 1 of 1

Need help in WTX mapping

Posted: Wed Dec 29, 2010 3:35 pm
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

Posted: Tue Jan 11, 2011 12:01 pm
by wtx_dev
Did not understand question, can you send sample data files. it can be worked out by creating customized type trees.

Thanks

Posted: Tue Jan 11, 2011 12:04 pm
by wtx_dev
Did not understand question, can you send sample data files. it can be worked out by creating customized type trees.

Thanks