How can i call a web servie residing on a webserver?

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
pavankvk
Participant
Posts: 202
Joined: Thu Dec 04, 2003 7:54 am

How can i call a web servie residing on a webserver?

Post by pavankvk »

Can i call a webservice residing on a web server from datastage?

if yes pls let me know..i am using 7.5
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

You an call external programs from DataStage and, with a bit more work, you can embed external library functions into DataStage. How is this service you are looking into calling normally invoked? If through either of the 2 methods listed above then the answer is "yes"
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

Hi,
Using the SOA formerly known as RTI addon you should be able to do it.
Bare in mind that this is usually for online transactions and not for masive batch purposes.

What is the process you want to implement?
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

As Roy notes, the 'official' answer is to purchase the SOA Edition. Out of the box it enables you to expose a DataStage as a web service, the ability to call a web service from a DataStage job is optional... and extra, of course.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply