Search found 9 matches
- Thu Feb 28, 2013 8:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Use trigger column in xml output stage
- Replies: 7
- Views: 2786
I tried with transformer, it is not working. one thing what i noticed is, i had trigger column calculated in transformer to change the trigger value for every 100 records, when i take the output of change value, i see only 3 changes of 222 records, but output from xml output stage is 5 grouping (I c...
- Thu Feb 28, 2013 8:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: soap header authentication in webservice
- Replies: 9
- Views: 3371
- Wed Feb 27, 2013 6:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: soap header authentication in webservice
- Replies: 9
- Views: 3371
The name space declaration within soap header, for soapenv and ns3, without that it is was giving bound error message, i believe u r suggesting to remove name space declaration and also name space refrrence in tags within soapheader. I am newbie to xml and webservice, let me try. The below name spac...
- Tue Feb 26, 2013 10:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: soap header authentication in webservice
- Replies: 9
- Views: 3371
- Tue Feb 26, 2013 5:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Use trigger column in xml output stage
- Replies: 7
- Views: 2786
Ernie, As u suggested i added sequential file and had the output of xml stage to it, it is working fine and creates the xml file as it needs to be with right name space and tags. Not sure why it fails when it is passed to WS client stage. But it is always creates 3 segments (3 grouping/3 xml files) ...
- Tue Feb 26, 2013 12:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: soap header authentication in webservice
- Replies: 9
- Views: 3371
soap header authentication in webservice
Hi, I am using webservice client stage to read data from webservice and also post data to webservice. i have been recently asked to add soap header authentication, i tried with input arguments for webservice read and also have column with soap header xml message passing to webservice post, both of t...
- Mon Feb 25, 2013 11:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Use trigger column in xml output stage
- Replies: 7
- Views: 2786
Use trigger column in xml output stage
Hi, I am using webservice client to send data to target system from a source table, so i used xml output stage to aggregate and format the data into single xml record and then invoke service using WS client. Now, i ended up with out of memory issue when the source record count increases, so i tried ...
- Wed Feb 06, 2013 9:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: WS client error "Input String was not in a correct form
- Replies: 4
- Views: 3687
- Tue Feb 05, 2013 10:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: WS client error "Input String was not in a correct form
- Replies: 4
- Views: 3687
WS client error "Input String was not in a correct form
I have requirement to use webservice to send data to target system, my input source is flat file (.csv). While importing webservice method itself I got error message, so I followed manual xml meta data importer to import the data, it imported all columns with Varchar of length 255. I had peek to vie...