Search found 4 matches

by Kingland
Fri Oct 22, 2010 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web Services Transformer Error - Content is not allowed
Replies: 5
Views: 3440

I took the header from the WSClient Job and pasted into the derivation between two single quotes and made the datatype VarChar. Still did not work. So then I surrounded that header with Soap:Header tags. Did not work. So removed them. Works! :D Crazy. I must have had something in the header string t...
by Kingland
Thu Oct 21, 2010 7:56 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Passing user defined Header to WebService
Replies: 6
Views: 12822

any resolution to your error? I have the same issue and Trace does not work on my release.
by Kingland
Wed Oct 20, 2010 1:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web Services Transformer Error - Content is not allowed
Replies: 5
Views: 3440

I took the Value from my Header Input Argument in the WSClient and pasted it as a String into the header column derivation in Transformer1 of my job. The value I posted is the result I got. I am not sure how else to code the value.
by Kingland
Wed Oct 20, 2010 10:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web Services Transformer Error - Content is not allowed
Replies: 5
Views: 3440

Web Services Transformer Error - Content is not allowed

I need to access a Web Service thru a web services transformer stage. The Web Service requires a Header that includes userid and password. I was successful in connecting to the Web Service outside of DS as well as thru the Web Service Client Stage and hardcoding the input. I want to be able to have ...