Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello All,

I need to create a SSIS package which calls a WCF Web service and dumps the data which will be output of the WS, to the Database.

I am using SQL Server BI 2008.

This is the first time I am trying to call a WS from SSIS.

I am trying to get through this task using the link http://blogs.msdn.com/b/dbrowne/archive/2010/07/08/how-to-configure-an-ssis-package-to-access-a-web-service-using-wcf.aspx[^]

Can anyone please suggest any other approach for the same?

I am facing issues with Content Type application/soap+xml; charset=utf-8 was not supported by service http://localhost:4352/Service1.svc. The client and service bindings may be mismatched.

Thanks in Advance
Ankur Srivastava
Posted
Updated 17-Dec-12 18:41pm
v2
Comments
Kuthuparakkal 18-Dec-12 22:49pm    
please post code
Member 10005132 3-Jun-13 20:45pm    
I have the same problem :S

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900