generating WSDL

Dedicated to DataStage and DataStage TX editions featuring IBM<sup>®</sup> Service-Oriented Architectures.

Moderators: chulett, rschirm

Post Reply
rahul8055
Participant
Posts: 95
Joined: Wed Jun 23, 2010 7:41 pm

generating WSDL

Post by rahul8055 »

How to generate WSDL?
Last edited by rahul8055 on Fri Jul 30, 2010 8:41 am, edited 2 times in total.
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

ISD dictates the WSDL....it is generated by review of the metadata on the input and output links....

I like to build a dummy job (wisdInput to Transformer to wisdOutput), with all of my columns that I expect to have on the request and the response, compile it and then deploy it.....

...and then distribute the WSDL.....

You can 'disable" the job (click the edit button in the deployed application workspace, and then look for the disable button that appears on the lower left)...this is NOT un-deploy.

...then build the job and do ANYTHING you need in between the wisdInput and wisdOutput (add transforms, add 100 stages...whatever)...then re-compile and "enable". As long as you don't change the input or output columns, you will be fine.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
rahul8055
Participant
Posts: 95
Joined: Wed Jun 23, 2010 7:41 pm

Post by rahul8055 »

Followed the same way....Its great....



Thanks
Post Reply