Rejection handling in web service transformation stage

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Sandeepch19
Participant
Posts: 36
Joined: Fri May 21, 2010 12:40 am
Location: Bangalore

Rejection handling in web service transformation stage

Post by Sandeepch19 »

Hi,
Need info on rejection handling when using web service transformation stage.
Two scenarios would be there
>When the web services are down- In this case what is the config setup i have to do

>when there's no output for the input ETL provided- i did check rejects in the stage tab but still when there is no match it is not going to the rejects. Is there any other things we have to handle for this scenerio?.

if you have any documentation please provide me
Sandeep Chandrashekar
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

It is possible that both scenarios will abort.....the first one, for certain.....the second....depends on whether anything comes back at all. Both of these are situations for SOAP based services where your best bet will be to write your own web services implementation using the Java Integration Stage.

Ernie
Ernie Ostic

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