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.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Invoking a Web Service from a DTS

Author  Topic 

markusf
Starting Member

15 Posts

Posted - 2007-01-02 : 09:14:24
Hello

I 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
Go to Top of Page
   

- Advertisement -