Author |
Message
|
nick009 |
Posted: Wed Mar 08, 2017 10:17 am Post subject: Mutiple XSD for input XML - WTX |
|
|
Newbie
Joined: 08 Mar 2017 Posts: 6
|
Team,
I am creating a WTX map that accepts a single XML and transform it to Copybook.
I figured out the XML we receive as input has 2 different pointers of XSD , one for APPHDR (application header) and the other one is for document.
DO I have to create a second input card and import the second XSD or is there any way that I can point the parent XSD with in a single input card setting? Again, I receive only 1 XML file so I am concerned about creating a second input card.
FROM XML which shows it points to 2 xsd :
cdtBusinessData>
<AppHdr xmlns="urn:iso:std:iso:20022:tech:xsd:head.001.001.01"
</AppHdr>
<Document xmlns="urn:iso:std:iso:20022:tech:xsd:seev.036.002.07">
</Document>
</cdtBusinessData> |
|
Back to top |
|
 |
timber |
Posted: Wed Mar 08, 2017 10:29 am Post subject: |
|
|
 Grand Master
Joined: 25 Aug 2015 Posts: 1292
|
Quote: |
I am creating a WTX map that accepts a single XML and transform it to Copybook. |
Why not parse the XML using XMLNSC and write the output using DFDL? It is likely to be far simpler and easier to maintain.
You will not find many WTX experts on this forum, btw. Nothing against WTX, but this is not the best place to get WTX-specific answers. |
|
Back to top |
|
 |
nick009 |
Posted: Wed Mar 08, 2017 10:36 am Post subject: |
|
|
Newbie
Joined: 08 Mar 2017 Posts: 6
|
Hey Timber,
Unfortunately, I have do lot of mapping where we decided to use WTX instead of WMB. However WMB is the one which calls this map after it receives the input.
I tried positing on Developer Works under WTX topic on IBM site aswell.
NICK |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Mar 08, 2017 11:12 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
... When does WTX go out of support again... ? _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
Vitor |
Posted: Wed Mar 08, 2017 11:48 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mqjeff wrote: |
... When does WTX go out of support again... ? |
8.4.0 goes out of support end of September 2017.
8.4.1 doesn't hit the end of it's extended lifecycle until Q2 2018 and no EOS has been announced.
There's no firm evidence (apart from your firm belief) that 8.4.2 and/or 8.5.0 and/or 9.0.0 will not be released. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
rekarm01 |
Posted: Wed Mar 08, 2017 4:24 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 1415
|
Vitor wrote: |
There's no firm evidence (apart from your firm belief) that 8.4.2 and/or 8.5.0 and/or 9.0.0 will not be released. |
Webshere Transformation Extender (WTX) is now IBM Transformation Extender (ITX), as of version 9.0.x.
ITX v9 works with IIB v10.
GA was Jan. 2016; no announced EOS as of yet. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Mar 09, 2017 4:49 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
rekarm01 wrote: |
Vitor wrote: |
There's no firm evidence (apart from your firm belief) that 8.4.2 and/or 8.5.0 and/or 9.0.0 will not be released. |
Webshere Transformation Extender (WTX) is now IBM Transformation Extender (ITX), as of version 9.0.x.
ITX v9 works with IIB v10.
GA was Jan. 2016; no announced EOS as of yet. |
I'm glad I'm not a suitcase anymore. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
Vitor |
Posted: Thu Mar 09, 2017 5:25 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
rekarm01 wrote: |
Vitor wrote: |
There's no firm evidence (apart from your firm belief) that 8.4.2 and/or 8.5.0 and/or 9.0.0 will not be released. |
Webshere Transformation Extender (WTX) is now IBM Transformation Extender (ITX), as of version 9.0.x.
ITX v9 works with IIB v10.
GA was Jan. 2016; no announced EOS as of yet. |
I'm enriched with new knowledge...  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
rekarm01 |
Posted: Thu Mar 09, 2017 12:47 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 1415
|
mqjeff wrote: |
I'm glad I'm not a suitcase anymore. |
I don't know what that means. |
|
Back to top |
|
 |
|