Author |
Message |
Sachin_h
Participant
Joined: 03 Apr 2007
Posts: 1
Location: Mumbai
Points: 13
|
|
DataStage® Release: 11x |
Job Type: Parallel |
OS: Unix |
|
Hi all,
We need to expose DataStage jobs as web service, so that they can be called from Java & .Net applications. Can you pls. let me know the steps for the same or which tools will enable us to implement this requirement.
Thanks,
Sachin
|
|
|
|
 |
chulett
 since January 2006
Group memberships: Premium Members, Inner Circle, Server to Parallel Transition Group
Joined: 12 Nov 2002
Posts: 43085
Location: Denver, CO
Points: 222463
|
|
|
|
|
|
First of all, let's get you in the proper forum... and here we are.
Secondly, it's not a short conversation that a post or two can sum up. Luckily, there's a lot of information out there on the subject, official or otherwise, including
this
from the official documentation. Search the internet for other discussions. You might also look through some of the posts in this forum as well.
|
_________________ -craig
"You can never have too many knives" -- Logan Nine Fingers
|
|
|
 |
PaulVL

Group memberships: Premium Members
Joined: 17 Dec 2010
Posts: 1314
Points: 8626
|
|
|
|
|
|
One of the buzzwords to look up is WSDL.
|
|
|
|
 |
eostic

Group memberships: Premium Members
Joined: 17 Oct 2005
Posts: 3840
Points: 31021
|
|
|
|
|
|
This is done directly, and very nicely, if you have licensed and installed the Information Services Director. .....search this forum....and the formal doc at the KC...there are years of good posts. ...
|
_________________ Ernie Ostic
blogit!
Open IGC is Here! |
|
|
 |
chulett
 since January 2006
Group memberships: Premium Members, Inner Circle, Server to Parallel Transition Group
Joined: 12 Nov 2002
Posts: 43085
Location: Denver, CO
Points: 222463
|
|
|
|
|
|
Okay, Ernie... I get that "KC" is the Knowledge Center that I linked to but a little soft on what "Kobs" or the "wen service" might be.
|
_________________ -craig
"You can never have too many knives" -- Logan Nine Fingers
|
|
|
 |
eostic

Group memberships: Premium Members
Joined: 17 Oct 2005
Posts: 3840
Points: 31021
|
|
|
|
|
|
On my phone and on an airplane. Sorry! Not going to try and correct those.... ; ) ....unless of course, I type something like kson instead of json. haha.
Ernie
|
_________________ Ernie Ostic
blogit!
Open IGC is Here! |
|
|
 |
ray.wurlod
Participant
Group memberships: Premium Members, Inner Circle, Australia Usergroup, Server to Parallel Transition Group
Joined: 23 Oct 2002
Posts: 54621
Location: Sydney, Australia
Points: 296179
|
|
|
|
|
|
Regular job design:
Code:
source ---> other stages ---> target
Job design for exposing as Web service:
Code:
ISD Input stage ---> other stages ---> ISD Output stage
...
|
_________________ IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold. |
|
|
 |
|