dbTalk Databases Forums  

How to call Webervice from DTS

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss How to call Webervice from DTS in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
omg
 
Posts: n/a

Default How to call Webervice from DTS - 04-22-2004 , 05:56 PM






What would be the best way to call a web service "http://MyServer/LoadData" from a DTS package. I started to look at the VBScript and JScript but couldn't find a solution

Any help would be appreciated. Thanks

Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: How to call Webervice from DTS - 04-23-2004 , 05:34 AM






From within an Active Script you can use something like the Server XML HTTP
object from MSXML to make a HTTP GET or POST call, but for a WS with all the
associated SOAP wrappers to actually make sense of a it I suggest you write
your own COM object using a development tool that does all the hard work for
you. This object can then be leveraged from ActiveX Script. You could even
take this one step further and make this into a custom task.


--
Darren Green
http://www.sqldts.com



"omg" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
What would be the best way to call a web service
"http://MyServer/LoadData" from a DTS package. I started to look at the
VBScript and JScript but couldn't find a solution.
Quote:
Any help would be appreciated. Thanks



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.