Why are you using the xml stage? Just send the output link to the ISDoutput stage and then pick one of the REST bindings in ISD and choose JSON (or xml if that's what you really need inside the payload).
Ernie
Search found 3835 matches
- Thu Aug 22, 2013 6:45 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Create ISD job for a web service with RESTFUL JSON format
- Replies: 18
- Views: 15472
- Wed Aug 21, 2013 8:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading WebSphere MQ messages with DataStage
- Replies: 11
- Views: 6029
- Wed Aug 21, 2013 10:49 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Overhead of "Enabled for Information Services"
- Replies: 5
- Views: 4494
- Wed Aug 21, 2013 7:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: xml tags not generating
- Replies: 7
- Views: 1996
Hard to say. I've seen things like this before when the higher level repeating node is not easily unique (meaning --- you have to go to its 3rd or 4th element before noticing that the next instance of demand is indeed unique from the prior one). ...in this case you have to go to tasklistname before ...
- Wed Aug 21, 2013 7:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: xml table definition giving improper output
- Replies: 1
- Views: 739
Personally, I try to avoid special characters, and usually go to a CamelCase format when possible ...either way, see if the importer will let you choose your own column name (with or without one or more underscores) prior to saving. You can edit the column name in the grid at the bottom after you &q...
- Tue Aug 20, 2013 8:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Access web service through DataStage
- Replies: 9
- Views: 3256
This is the other reason that it is ABSOLUTELY MANDATORY that you get yourself a testing tool to test THIS web service outside of DataStage. SOAPui and Actional's Soap tester are two free ones that a lot of people like, but there are others... Use that tool to see if the service works, if it is avai...
- Tue Aug 20, 2013 6:44 am
- Forum: General
- Topic: DS web service
- Replies: 6
- Views: 1953
- Tue Aug 20, 2013 6:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Access web service through DataStage
- Replies: 9
- Views: 3256
- Sun Aug 18, 2013 8:21 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Create ISD job for a web service with RESTFUL JSON format
- Replies: 18
- Views: 15472
Use the JSON option in the REST binding ---- it will deliver JSON directly. It won't be deeply hierarchical ---- just a single repeating node in JSON for your final output link to the ISDoutput Stage. You'll have it working in minutes. Doing custom deeper hierarchicak JSON in the current release wil...
- Tue Aug 13, 2013 2:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading WebSphere MQ messages with DataStage
- Replies: 11
- Views: 6029
- Tue Aug 13, 2013 1:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading WebSphere MQ messages with DataStage
- Replies: 11
- Views: 6029
Do a lot of searching and reading of this forum and of the formal documentation...MQ is not something you enter into lightly....lots of things to consider and potentially things to install and configure......on the DataStage side and on the mq side, depending on your application variables for perfor...
- Mon Aug 12, 2013 6:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Use of java client/ transformer stage
- Replies: 6
- Views: 2667
There is a lot more to this than just the classpath.... First, have you coded your Employee.java along with the JavaPack API? DataStage works very closely with the java code that you write, invoking various pre-defined methods that you include in your code. In those methods you place your own logic ...
- Tue Aug 06, 2013 9:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Not fetching data from XML Input stage
- Replies: 6
- Views: 1937
That's fine. Provided that you aren't getting other errors, rejections, or invalid documents, then something is different ....check the xpaths, check the namespaces ...see if the namespace declarations at the top are different between the documents....... Something is different. Maybe it is being re...
- Wed Jul 31, 2013 12:05 pm
- Forum: General
- Topic: Issue while creating an XML File
- Replies: 4
- Views: 1994
+ 1 and also, why the XML Transformer? If you exclusively are doing things in xslt, that makes sense, but it shouldn't be necessary if you are using xmlOutput. As for duplicated root elements, that generally happens when things aren't aggregating correctly. Check things like: a) your aggregation set...
- Wed Jul 31, 2013 9:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Seeking support on configuring DataStage to query LDAP
- Replies: 1
- Views: 986
I would suggest using JavaPack ...find a Java developer who knows how to access LDAP and then introduce them to the Java Pack (lots of threads here on it and the doc is very good)....it won't be difficult for them to adapt their code to a Stage implementation so that LDAP records can be delivered to...