I have a very simple RESTful web service (i.e. www.test.com/test.xml?date1=05/252010&date2=05252010)
This returns pretty simple XML. The client is interested in using this web service through SSIS and importing it into a table.
What is the best way to invoke a RESTful web service using SSIS - all the examples I've seen revolve around WSDL based web services?
How to pass parameters to a web service (current date, etc.)?
I'm just not familiar with SSIS, and it's hard for me to find good documentation on interacting with RESTful web services.
source
share