Calling WebService(asp.net) in different environment

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
Kumar1234
Participant
Posts: 14
Joined: Mon Feb 04, 2008 5:59 am

Calling WebService(asp.net) in different environment

Post by Kumar1234 »

We have built a server job to call a webservice using webservice transformer.
The Webservice is on a different server and imported through WSDL within datastage.
Design: TeradataTable--->TFM---->WebServiceTfm---->TFM--->Teradatatable.
Job is working fine.
Now we have to move to test environment. From datastage side, job is exported and imported to test environment.
But for Webservice they have a different server now and have new WSDL.
Now how this kind of scenario to be take care. As usually we cannot modify the datastage jobs on test environment.

Request your help...!
Thanks...Kumar
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

Well the endpoint of the Web Services has changed, you must modify your job to point to the new soap:address. There is no other magic way.
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

The port address is visible at the advanced tab.... for future reference, make it a job parameter so that you can change the value at run time.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
Post Reply