I was working on a project for the past few months, involving an InfoPath form to collect data, with a SharePoint Designer workflow and reporting handled by SSRS. We are populating reporting tables from the InfoPath form library fields using SharePoint web services and accessing them from within SSIS.In business development studio, just add a script activity, modify the script (I chose c#) then add a reference to the web service, generate the proxy class, and make the call to get your list items.I did not use the view fields xml, just left it blank to return all the...