Search found 3835 matches
- Tue May 28, 2013 5:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: WebService Repeating Elements
- Replies: 1
- Views: 1039
You'll need an xmlOutput Stage prior to the web services transformer. ...one that builds this xml that is required going into the web service, where your multiple ID rows become multiple instances. I recently outlined the steps needed for another poster in the past day or two....search for that and ...
- Mon May 27, 2013 9:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Web Service Call from DataStage
- Replies: 6
- Views: 4513
- Mon May 27, 2013 11:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Web Service Call from DataStage
- Replies: 6
- Views: 4513
You need to put the xmlOutput stage in front of the ws transformer.... You may have to learn about the xml output stage and build the exact payload required......but if the incoming array is already defined in the wsdl, you can do this easily......put a transformer directly in front of your ws trans...
- Mon May 27, 2013 11:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error: Xalan fatal error Expected entity name for reference
- Replies: 8
- Views: 5729
- Fri May 24, 2013 3:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to create XML Document with Multiple Repeated Elements
- Replies: 6
- Views: 3073
You can do this with the older xmlOutput Stage, but it takes multiple iternations within the job, where you create each repeating node and then put them all together.......search the forum here for threads pointing to Kim Duke's site where you will find an invaluable document on XML Best Practices.....
- Fri May 24, 2013 3:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML stage - challenge
- Replies: 4
- Views: 1866
- Wed May 22, 2013 8:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Web-Service Tracking/Logging?
- Replies: 3
- Views: 1473
At one point years ago we had a user exit for coding your own monitoring things in java based on events within RTI (the former ISD), but it didn't get enough usage, and there are so many other things that tools specializing on this space can address.....from security, to payload alterations, to coun...
- Tue May 21, 2013 9:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Web-Service Tracking/Logging?
- Replies: 3
- Views: 1473
- Tue May 21, 2013 9:29 am
- Forum: General
- Topic: Second installation: same metadata repository?
- Replies: 4
- Views: 1095
- Tue May 21, 2013 5:21 am
- Forum: General
- Topic: Second installation: same metadata repository?
- Replies: 4
- Views: 1095
- Thu May 16, 2013 12:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: generating only one file from xml stage
- Replies: 2
- Views: 1759
- Thu May 16, 2013 12:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MQ Stage
- Replies: 6
- Views: 3194
- Thu May 16, 2013 5:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MQ Stage
- Replies: 6
- Views: 3194
- Wed May 15, 2013 4:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML Data formatted
- Replies: 2
- Views: 1494
- Mon May 13, 2013 3:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error updating XML column in DB2
- Replies: 12
- Views: 4277
using the LOB support (pass long strings by reference)
I have seen very little call for this feature since its inception, but several years ago the Connectors provided DataStage with the ability to handle extremely long strings in a "pass by reference" fashion. I haven't tried it in years, but take a look at this DeveloperWorks article that ta...