|
|
Archives of the TeradataForum
Message Posted: Sat, 20 Sep 2008 @ 12:26:35 GMT
Subj: | | Re: Web services |
|
From: | | McCall, Glenn David |
| I would like to find out if it's possible to invoke/call web services (built using .Net and deployed on IIS platform) from within TD stored
procs, or UDF's, or BTEQ scripts. | |
At the end of the day, you will build a client application that is "linked to" the web service. This may, for example, by c code.
Can you call the web service from bteq, no not directly, but you could execute the client application (.os command).
Can you call it from a UDF, External Stored Procedure, User Defined Table, depends upon the mode of the udf, but certainly from the other two -
all you need to do is incorporate the aforementioned client code into the UDF, XSP or UDT.
Perhaps if you indicate what you are trying to achieve, you might get a more helpful answer.
Glenn Mc
| |