December 3, 2009 at 3:01 pm
Is there a way to connect to a web service through sql server without java or asp? I have been researching end points but it looks like that just exposes sql server as a web service. I want to push data to an existing web service weekly.
December 3, 2009 at 3:44 pm
Do you mean have SQL Server connect to a web service, not a client connect to SQL Server hosting a web service, correct?
There is a task in SSIS that can do this.
December 4, 2009 at 6:45 am
Yes this is what I want to do. Thanks for your help!!
December 4, 2009 at 7:10 am
You can also do it through CLR procedures.
- Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC
Property of The Thread
"Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon
December 4, 2009 at 7:25 am
Any ideas if something similar can be done using DTS?
December 4, 2009 at 8:42 am
Are you using SQL 2000? You posted this in 2005, so I wanted to be sure. You could potentially do this in DTS, but it would have to be completely scripted, or built using a custom task.
A few URLs:
http://msdn.microsoft.com/en-us/library/aa936758%28SQL.80%29.aspx
http://www.sqlmag.com/Article/ArticleID/5911/sql_server_5911.html
http://www.vbdotnetheaven.com/UploadFile/fbulovic/DTScustomTask04162005025109AM/DTScustomTask.aspx
December 4, 2009 at 8:46 am
Unfortunately we have a mix of 2000 and 2005 here. We haven't moved anything to integration services yet. I was hoping to utilize some of the better 2005 enhancements, but don't want to set up 2005 SSIS just for this.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply