I have an extremely simple RESTful webservice (i.e. www.test.com/test.xml?date1=05/252010&date2=05252010)
That returns fairly simple XML. A client is interested in consuming this webservice via SSIS and importing it into a table.
Whats the best way to call a RESTful webservice with SSIS - all of the examples I have seen revolve around WSDL based webservices?
How do I pass parameters to the webservice (current date, etc.)?
I am just not that familiar with SSIS and am having trouble finding good documentation on interaction with RESTful webservices.
Thanks for any comments or suggestions,