Search found 3835 matches
- Fri Mar 01, 2013 9:19 am
- Forum: General
- Topic: Format XML Output
- Replies: 8
- Views: 1820
- Thu Feb 28, 2013 9:34 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: set parameter as array for webservice
- Replies: 15
- Views: 12679
- Thu Feb 28, 2013 9:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: soap header authentication in webservice
- Replies: 9
- Views: 3366
- Thu Feb 28, 2013 9:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Use trigger column in xml output stage
- Replies: 7
- Views: 2781
- Thu Feb 28, 2013 9:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Use trigger column in xml output stage
- Replies: 7
- Views: 2781
- Thu Feb 28, 2013 2:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to datastage pass record between stage
- Replies: 7
- Views: 2031
- Wed Feb 27, 2013 7:29 pm
- Forum: General
- Topic: Writing SQL Query as Source in DataStage
- Replies: 12
- Views: 12296
Absolutely. Let the tool (whatever tool) do the work....it also streamlines everything else, from portability (easier to change stage types), data lineage, and more. There will always be those times when you need your own, from special techniques to a need for special dialects, or just because the c...
- Wed Feb 27, 2013 6:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: soap header authentication in webservice
- Replies: 9
- Views: 3366
- Wed Feb 27, 2013 6:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML Stage in 8.5
- Replies: 1
- Views: 866
Don't know what that particular error is (could just be a simple install issue with the Stage on that central machine...it might be trying to lay down Flash, if it wasn't already installed). As the folks that support that machine and have appropriate administrator rights to get into the stage and fi...
- Tue Feb 26, 2013 8:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Use trigger column in xml output stage
- Replies: 7
- Views: 2781
- Tue Feb 26, 2013 12:22 pm
- Forum:
- Topic: How to implement the anonymous configuration for BG access?
- Replies: 8
- Views: 7682
- Tue Feb 26, 2013 12:20 pm
- Forum:
- Topic: How to implement the anonymous configuration for BG access?
- Replies: 8
- Views: 7682
- Tue Feb 26, 2013 6:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Use trigger column in xml output stage
- Replies: 7
- Views: 2781
- Tue Feb 26, 2013 6:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Use trigger column in xml output stage
- Replies: 7
- Views: 2781
Check it again. Create a copy of you job and REMOVE the WSTransformer....replace it with a Sequential Stage......send ONLY the xmlContent column (your resulting column) down that link [longvarchar, length of something like 99999]. In the Sequential Stage, use delimeter NONE and quote character NONE....
- Tue Feb 26, 2013 6:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: soap header authentication in webservice
- Replies: 9
- Views: 3366
Step 1 is to make sure you can successfully call the web service using a tool like SOAPui. Be certain that you know exactly what the SOAP header looks like and what should be in it. I agree with Ray....it's nice to use a transformer to build your SOAP header....then it can be dynamic. As I recall, t...