how to call a web service ?

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
RAI ROUSES
Participant
Posts: 176
Joined: Wed Nov 15, 2006 5:48 am

how to call a web service ?

Post by RAI ROUSES »

Hi, how to call a web service from our job sequence ?

regardrs
Rai
nick.bond
Charter Member
Charter Member
Posts: 230
Joined: Thu Jan 15, 2004 12:00 pm
Location: London

Post by nick.bond »

Do you have the webservice pack?

If you do it it easy, either create a job that writes records to the webservice stage, or you can call the webservice from a routine which datastage writes for you through Manager once you have the webservice pack installed.

I've only used this breifly once but it was easy to implement if the webservice architecture is already there.
Regards,

Nick.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I'm guessing that if they had that pack, they wouldn't be asking the question. :wink:

To add what Nick said, you wouldn't call a web service from a Sequence job directly but rather a job or 'utility' running under that Sequence. And without the pack, that means you'll need to write something outside of DataStage to invoke it - which would also mean it would need to land its output, I would think. :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
RAI ROUSES
Participant
Posts: 176
Joined: Wed Nov 15, 2006 5:48 am

Post by RAI ROUSES »

so, it's no inclued in DataStage ? it's an aditional pack ?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

No, not included. Yes, an additional PACK that must be purchased if you want that functionality.
-craig

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