Web Services

Dedicated to DataStage and DataStage TX editions featuring IBM<sup>®</sup> Service-Oriented Architectures.

Moderators: chulett, rschirm

Post Reply
vijaykatneni2
Participant
Posts: 16
Joined: Thu Jul 26, 2007 12:38 pm

Web Services

Post by vijaykatneni2 »

Using Web Services[/b]

Hi All,

I need to send the records to another interface by using Web servces. Can any body sugeest what are the stages need to be used in sequence to do this functinolity?
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

....certainly you will need Web Services Pack first, and then either invoke your service on a row by row basis via WSTransformer, or one time with WSClient as a target.... you may need to build your own complex SOAP body of multiple rows first (via XMLpack) if you want to send them all in one single call.

Ernie
Post Reply