Is it possible calling a service (web service or wcf service) via a ssis package in order to schedule running it as a job?
Thank you for any sugestions
Is it possible calling a service (web service or wcf service) via a ssis package in order to schedule running it as a job?
Thank you for any sugestions
Yes, you can invoke a web service from an SSIS package.
http://msdn.microsoft.com/en-us/library/ms140114.aspx
http://www.codeproject.com/KB/database/webservicessis.aspx
Whether or not that's a good design decision is another question: