Identify WSDL file for Datastage job running as webservice

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
Ragunathan Gunasekaran
Participant
Posts: 247
Joined: Mon Jan 22, 2007 11:33 pm

Identify WSDL file for Datastage job running as webservice

Post by Ragunathan Gunasekaran »

Hi,

1) I have created/enabled/deployed(SOAP over HTTP as binding) a datastage parallel job to accept web service calls. it primarily adds an integer 2 to the input recieved and passes result back to the caller.

WISD Input stage -----> Transformer -----> WISD output stage

2) on the other end i have created a Datastage parallel job that would invoke the above service and get the results. The design of the invoking job is as below

Row Gen Stage -----> Web Services Transformer -----> Peek( Log)

Step 1 described works perfectly fine and its running in the director with an invocation. The problem i face is identifying and importing the WSDL file definitions into the Web service transformer for the web service that i have created in the step 1


Can any one show some light on how to do this. I have searched a lot of posts that are available in this forum but they are not helpful to me.
Regards
Ragu
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

log into the Info Server Web Console and look thru the Information Services Repository Tab............

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
Ragunathan Gunasekaran
Participant
Posts: 247
Joined: Mon Jan 22, 2007 11:33 pm

Post by Ragunathan Gunasekaran »

Hi,

I dont have a tab as said.. I could see my application that i have deployed by using the options Develop ---->Information Services Application ----><My Application Name>

I could see the options on this window under the task pane as below
New
Import
Deploy
Export
Delete

Can you please let me know how you have reached this information services repository pane...?
Regards
Ragu
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

Log into the Information Server "Web" Console...not the Information Server Console where you deployed your service (you can view it there too, but it's better that you learn how to do it for all your services)....

Connect in your browser to: http://<your server>:9080/

That's where you will see the tab.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
Ragunathan Gunasekaran
Participant
Posts: 247
Joined: Mon Jan 22, 2007 11:33 pm

Post by Ragunathan Gunasekaran »

Thanks, I could see the link to WSDL file and i have imported its definition sucessfully into the transformer.
Regards
Ragu
Post Reply