Page 1 of 1

Calling WebService(asp.net) in different environment

Posted: Fri Apr 12, 2013 4:00 pm
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...!

Posted: Fri Apr 12, 2013 5:27 pm
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.

Posted: Sun Apr 14, 2013 1:09 pm
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