How to specify Web Service Client input parameters

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
xinhuang66
Participant
Posts: 161
Joined: Wed Aug 02, 2006 4:30 am

How to specify Web Service Client input parameters

Post by xinhuang66 »

I am tring to use Web Service client to call Web service in datastage V8.1. Following the ds instructions.

1) Import WSDL.
2) Select the web service in web service client stage.

but I don't know how to put the input parameters of Web service request into stage.

There are two parametes required. system code: alpa, input date: 2011-01-01.

The way .net application call webservice is using following format.

<CalculationsRequest><SourceSystem>LLS</SourceSystem><ReportStartDate>2010-09-01</ReportStartDate></CalculationsRequest>
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

I don't have access to DataStage right now, so I can't tell you exactly what it says, but the input arguments are specified within the Stage itself. It should be fairly clear from the GUI --- you can hard code the values or use Job Parameters....it's on one of the tabs.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
Nagaraj
Premium Member
Premium Member
Posts: 383
Joined: Thu Nov 08, 2007 12:32 am
Location: Bangalore

WSDL

Post by Nagaraj »

if i am not wrong, you should expose your job as web service and pass the parameters and call the webservice from the external application.
Post Reply