Is there a way to call a HTTP web service from T-SQL (no SQLCLR) in Sql Server 2008? I just need to send information out, I do not need to receive anything into T-SQL.
Thanks.
You can automate the XMLHTTP server object using the Object Automation extended stored procedures.
I suggest you use the CLR or an SSIS package though.
The Web Service Task should allow you to do that.
I'm assuming you are doing this from an "intergration services" package