Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
markusf
Starting Member
15 Posts |
Posted - 2007-01-02 : 09:14:24
|
HelloI want my DTS-package to invoke a webservice (preferably using SOAP). The method I want to invoke takes 3 parameters (one Int, 2 strings) What is the easiest way to achieve this within a DTS 2000 package.Thank you in advance!--Markus Foss, Norway |
|
russell
Pyro-ma-ni-yak
5072 Posts |
Posted - 2007-01-03 : 11:42:33
|
use activeX script task to make http call. check out msdn for xmlhttp object |
|
|
|
|
|