Search found 9 matches

by rchandra1
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: 2783

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...
by rchandra1
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: 3370

I tried all kind of options with name space and without name space, it is working fine in soapui but not in DS. Same service invocation exception and java.lang.nullpointer exception error message keep coming
by rchandra1
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: 3370

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...
by rchandra1
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: 3370

I followed u r suggestion, able to make it successfull with soap ui with soap header authentication, i used same soap header just need to add name space following name space part of header in DS because it is auto generated in soapui. xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/&quo...
by rchandra1
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: 2783

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) ...
by rchandra1
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: 3370

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...
by rchandra1
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: 2783

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 ...
by rchandra1
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: 3685

Thank you for your response. I was able to download SOAP UI and was able to test it.. but for some reason I have 2 fields in WSDL Schema that has char type definition but when I try to pass a char 'M' and 'U', it is trying to convert to int32".. specifically blows while tries to convert to int3...
by rchandra1
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: 3685

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...