I want to call a web service from my SQL code, but it cannot be using CLR code.
Can this even be done?
views:
39answers:
1
+1
A:
It can be done through SSIS or using the Object Automation extended stored procedures and the XMLHTTP server object.
SSIS would be the much preferred way of doing it.
Martin Smith
2010-10-20 20:24:55