Dear Technical Gurues
I have a case where I am suggesting to use SSIS rather than web services. We have a Unix based system on a certain server and another web based system on ASP.NET and SQL Server on a separate system. both systems should integrate with each other using files and bulk loads ussing XSV files however the volume of data is not that much. the architects of the asp.net application are following the SOA architecture by exposing web services to look for the files and then loading it to the database. However I am suggesting to use SSIS as it is a more suitable technology for bulk loads and file based integration.
Therefore I would like to specifically know how to compare between SSIS and Web services or in general between ETL and SOA and know whether my argument is valid or not
Thanks