webservices

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
Sgiri1
Participant
Posts: 43
Joined: Sat Nov 08, 2008 10:58 pm
Location: Tambaram

webservices

Post by Sgiri1 »

how do i create a perl script that hits my webservice and passes i/p to WISD stage as an xml input
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You use a text editor and some knowledge of Perl scripting.

However, what precisely is it that you are trying to do? Write this down in English and turn it into a specification, and you may well find that your task becomes much more straightforward to solve.

For example, is the DataStage job the web service, or is it something else? Having invoked the web service, you can store the result in a file (a good approach if the result is large) or write the result into a named pipe or message queue that the DataStage job is reading. Another approach would be to use an External Source stage to execute the Perl script; its output feeds directly into the DataStage job.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply