Using SSIS Web Service Task with WCF
- by Omri
Hello,
I am using SQL Server 2008 SSIS for importing data to the DB and .Net 3.5 SP1 for Creating the WCF service.
In the import task I am trying to use the Web Service Task to report to a WCF service.
At first I encountered a problem with the WCF WSDL, the Web Service task couldn't get their code generated from the metadata exposed by the WCF…