Web Service implementaion using WS client stage

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
srai
Participant
Posts: 101
Joined: Wed Feb 09, 2005 10:50 pm

Web Service implementaion using WS client stage

Post by srai »

Hi All,

I have a web service process which take input from seq file and based on the input it will update data in target which is Salesforce.com internally.
And in output we need to get log....with details of pass or fail.

My job design would be something like this-

Seq_input_file-->Normal Transformer-->WebServiceClientStage-->Log detials.

Here my question is how to configure the Job log?

1) Can we configure the DataStage job log to a text file explicitly or we have to be depend upon the log generated in DataStage Director itself.
2) Is my job design correct?
3) Shall I use WSTransformer stage instead of WS client stage..but web service is not returning any data except the excuetion log on pass or fail.

Help appreciated!!!

Thanks in advance
Santosh
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

Use the WSTransformer....it has a lot more flexibility for your testing, the options for return codes on an output link, etc. As for the log, this will/should be just a "log file" of your own choosing and design.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
Post Reply